DbSyncStage Enumeration
Sync Framework 1.0
Defines the different phases of synchronization from the perspective of the local peer.
Namespace: Microsoft.Synchronization.Data
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
Assembly: Microsoft.Synchronization.Data (in microsoft.synchronization.data.dll)
[SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase")] public enum DbSyncStage
/** @attribute SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") */
public enum DbSyncStage
SuppressMessageAttribute("Microsoft.Naming", "CA1706:ShortAcronymsShouldBeUppercase") public enum DbSyncStage
| 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. |