Microsoft.Synchronization Namespace

The Microsoft.Synchronization namespace includes the abstract class from which synchronization providers are derived, the synchronization agent for Microsoft Synchronization Services for ADO.NET, and several other classes. In addition to this namespace, Synchronization Services includes Microsoft.Synchronization.Data, Microsoft.Synchronization.Data.Server, and Microsoft.Synchronization.Data.SqlServerCe.

ClassDescription
SessionProgressEventArgsProvides data for the SessionProgress event.
SessionStateChangedEventArgsProvides data for the StateChanged event.
SyncAgentThe SyncAgent object orchestrates synchronization.
SyncBatchProgressRepresents progress information, including conflict information, for a batch of changes during a synchronization session.
SyncProviderAbstracts a synchronization provider that communicates with the client or server store and shields the synchronization agent from the specific implementation of that store.

EnumerationDescription
SyncSessionStateDefines the state that a synchronization session is in.
SyncStageDefines the different phases of synchronization from the perspective of the client.
Show: