SyncOrchestrator Members
Initiates and controls synchronization sessions.
The following tables list the members exposed by the SyncOrchestrator type.
Public Constructors
Name | Description | |
---|---|---|
SyncOrchestrator | Initializes a new instance of the SyncOrchestrator class. |
Top
Public Properties
Name | Description | |
---|---|---|
Direction | Gets or sets the direction of synchronization. For two-way synchronizations, this also includes the order in which the synchronizations are performed. | |
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. | |
LocalProvider | Gets or sets the local synchronization provider. | |
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. | |
RemoteProvider | Gets or sets the remote synchronization provider. | |
State | Gets the current state of the orchestrator. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Cancel | Cancels the current synchronization session. | |
Equals | Overloaded. (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
Synchronize | Starts a synchronization session. | |
ToString | (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
Public Events
Name | Description | |
---|---|---|
SessionProgress | Occurs periodically during the synchronization session to report progress. | |
StateChanged | Occurs when State changes. |
Top