Defines the different phases of synchronization from the perspective of the client.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Syntax
'Declaration
Public Enumeration SyncStage
public enum SyncStage
public enum class SyncStage
public enum SyncStage
public enum SyncStage
Members
| 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 |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements (Synchronization Services).