SyncOrchestrator Class

Initiates and controls synchronization sessions.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Syntax

'Declaration
Public Class SyncOrchestrator
'Usage
Dim instance As SyncOrchestrator
public class SyncOrchestrator
public ref class SyncOrchestrator
public class SyncOrchestrator
public class SyncOrchestrator

Remarks

SyncOrchestrator contains the two SyncProvider objects that will participate in synchronization. It starts and controls the synchronization session, and dispatches progress events to the application.

Inheritance Hierarchy

System.Object
  Microsoft.Synchronization.SyncOrchestrator

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

SyncOrchestrator Members
Microsoft.Synchronization Namespace