This topic has not yet been rated - Rate this topic

SyncOrchestrator.Synchronize Method

Starts a synchronization session.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
public SyncOperationStatistics Synchronize ()
public SyncOperationStatistics Synchronize ()
public function Synchronize () : SyncOperationStatistics

Return Value

Statistics about the synchronization session.

The synchronization that this method performs will be one-way or two-way, depending on the value of Direction.

When this method is called, neither LocalProvider nor RemoteProvider can be a null reference (Nothing in Visual Basic).

This method sets State to correspond to the value of Direction.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.