This topic has not yet been rated - Rate this topic

SyncOrchestratorState Enumeration

Represents the possible states of a SyncOrchestrator object.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
public enum SyncOrchestratorState
public enum SyncOrchestratorState
public enum SyncOrchestratorState
  Member name Description
Canceled The synchronization session was canceled. 
Canceling A pending synchronization operation is in the process of being canceled. 
Downloading A download synchronization is currently being performed. 
Ready SyncOrchestrator is ready. SyncOrchestrator returns to this state when a synchronization session finishes, unless the session was canceled. 
Uploading An upload synchronization is currently being performed. 
UploadingAndDownloading A 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
Did you find this helpful?
(1500 characters remaining)