SessionProgressStage Enumeration

Represents the stages of a synchronization session.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

'Declaration
Public Enumeration SessionProgressStage
'Usage
Dim instance As SessionProgressStage

Member nameDescription
ChangeDetectionChanges are being detected on the source replica.
ChangeEnumerationChanges from the source replica are being enumerated.
ChangeApplicationChanges are being applied to the destination replica.
Show: