Microsoft.Synchronization


SyncOrchestrator Class

Initiates and controls synchronization sessions.

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

Visual Basic (Declaration)
Public Class SyncOrchestrator
Visual Basic (Usage)
Dim instance As SyncOrchestrator
C#
public class SyncOrchestrator
C++
public ref class SyncOrchestrator
J#
public class SyncOrchestrator
JScript
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

Page view tracker