PeerDataSyncStage Enumeration

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Defines the different phases of synchronization from the perspective of the local peer.

Namespace: Microsoft.Synchronization.Data.Peer
Assembly: Microsoft.Synchronization.Data.Peer (in microsoft.synchronization.data.peer.dll)

Syntax

'Declaration
Public Enumeration PeerDataSyncStage
'Usage
Dim instance As PeerDataSyncStage
public enum PeerDataSyncStage
public enum class PeerDataSyncStage
public enum PeerDataSyncStage
public enum PeerDataSyncStage

Members

  Member name Description
ApplyingChanges Applying changes to the store. 
ApplyingDeletes Applying deletes to the store. 
ApplyingInserts Applying inserts to the store. 
ApplyingUpdates Applying updates to the store. 
CleanupMetadata Cleanup metadata from tracking tables. 
ReadingMetadata Reading local table metadata. 
SelectingChanges Enumerating changes from the store. 
WritingMetadata Updating local metadata. 

See Also

Reference

Microsoft.Synchronization.Data.Peer Namespace