Expand Minimize
This topic has not yet been rated - Rate this topic

DbSyncStage Enumeration

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)
[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 nameDescription
ApplyingChangesApplying changes to the store. 
ApplyingDeletesApplying deletes to the store. 
ApplyingInsertsApplying inserts to the store. 
ApplyingUpdatesApplying updates to the store. 
CleanupMetadataCleanup metadata from tracking tables. 
ReadingMetadataReading local table metadata. 
SelectingChangesEnumerating changes from the store. 
WritingMetadataUpdating local metadata. 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.