SyncStage Enumeration

Defines the different phases of synchronization from the perspective of the client.

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

'Declaration
Public Enumeration SyncStage
'Usage
Dim instance As SyncStage

Member nameDescription
ReadingSchemaReading schema information at the server.
CreatingSchemaCreating tables at the client.
ReadingMetadataReading metadata tables at the client
CreatingMetadataCreating metadata tables at the client.
DeletingMetadataRemoving metadata for one or more tables at the client.
WritingMetadataUpdating metadata tables at the client
UploadingChangesSending changes to the server.
DownloadingChangesReceiving changes from the server.
ApplyingInsertsApplying inserts to the client or server store.
ApplyingUpdatesApplying updates to the client or server store.
ApplyingDeletesApplying deletes to the client or server store.
GettingInsertsSelecting inserts from the client or server store.
GettingUpdatesSelecting updates from the client or server store.
GettingDeletesSelecting deletes from the client or server store.
Show: