BusinessLogicModule.PhaseBegin(Boolean) Method

Definition

Optional method that indicates the beginning of an upload or download phase of the synchronization.

public:
 virtual void PhaseBegin(bool download);
public virtual void PhaseBegin (bool download);
abstract member PhaseBegin : bool -> unit
override this.PhaseBegin : bool -> unit
Public Overridable Sub PhaseBegin (download As Boolean)

Parameters

download
Boolean

Specifies whether the phase about to begin is an upload or download.

Applies to