This topic has not yet been rated - Rate this topic

SyncStage Enumeration

Synchronization Services - ADO.NET 1.0 SP1

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

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
public enum SyncStage
public enum SyncStage
public enum SyncStage
  Member name Description
ApplyingDeletes Applying deletes to the client or server store. 
ApplyingInserts Applying inserts to the client or server store. 
ApplyingUpdates Applying updates to the client or server store. 
CreatingMetadata Creating metadata tables at the client. 
CreatingSchema Creating tables at the client. 
DeletingMetadata Removing metadata for one or more tables at the client. 
DownloadingChanges Receiving changes from the server. 
GettingDeletes Selecting deletes from the client or server store. 
GettingInserts Selecting inserts from the client or server store. 
GettingUpdates Selecting updates from the client or server store. 
ReadingMetadata Reading metadata tables at the client 
ReadingSchema Reading schema information at the server. 
UploadingChanges Sending changes to the server. 
WritingMetadata Updating metadata tables at the client 
Did you find this helpful?
(1500 characters remaining)