BusinessLogicModule.PhaseBegin(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.