SyncAgent.Synchronize Method
Synchronizes data between the local and remote data stores.
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Return Value
Type: Microsoft.Synchronization.Data.SyncStatisticsA SyncStatistics object that contains statistics for a synchronization session.
The following code examples call the Synchronize method of a class that derives from SyncAgent, and then write information to the console. To view this code in the context of a complete example, see Getting Started: Client and Server Synchronization.