SyncOrchestratorState Enumeration

Represents the possible states of a SyncOrchestrator object.

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

public enum SyncOrchestratorState

Member nameDescription
ReadySyncOrchestrator is ready. SyncOrchestrator returns to this state when a synchronization session finishes, unless the session was canceled.
UploadingAn upload synchronization is currently being performed.
DownloadingA download synchronization is currently being performed.
UploadingAndDownloadingA two-way synchronization is currently being performed. This value does not imply the order in which the synchronization direction is performed. This value is set when SyncOrchestrator.Direction is DownloadAndUpload or UploadAndDownload.
CancelingA pending synchronization operation is in the process of being canceled.
CanceledThe synchronization session was canceled.
Show: