SyncOrchestrator Members

Initiates and controls synchronization sessions.

The following tables list the members exposed by the SyncOrchestrator type.

Public Constructors

  Name Description
Public method SyncOrchestrator Initializes a new instance of the SyncOrchestrator class.

Top

Public Properties

  Name Description
Public property Direction Gets or sets the direction of synchronization. For two-way synchronizations, this also includes the order in which the synchronizations are performed.
Public property LocalDataConverter Gets or sets the data converter for the local provider. This enables the conversion of data to and from the local provider’s data format.
Public property LocalProvider Gets or sets the local synchronization provider.
Public property RemoteDataConverter Gets or sets the data converter for the remote provider. This enables the conversion of data to and from the remote provider’s data format.
Public property RemoteProvider Gets or sets the remote synchronization provider.
Public property State Gets the current state of the orchestrator.

Top

Public Methods

(see also Protected Methods )

  Name Description
Public method Cancel Cancels the current synchronization session.
Public method Equals  Overloaded. (Inherited from Object.)
Public method GetHashCode  (Inherited from Object.)
Public method GetType  (Inherited from Object.)
Public method Cc306229.static(en-us,SQL.105).gif ReferenceEquals  (Inherited from Object.)
Public method Synchronize Starts a synchronization session.
Public method ToString  (Inherited from Object.)

Top

Protected Methods

  Name Description
Protected method Finalize  (Inherited from Object.)
Protected method MemberwiseClone  (Inherited from Object.)

Top

Public Events

  Name Description
Public event SessionProgress Occurs periodically during the synchronization session to report progress.
Public event StateChanged Occurs when State changes.

Top

See Also

Reference

SyncOrchestrator Class
Microsoft.Synchronization Namespace