SyncOrchestratorState Enumeration

Represents the possible states of a SyncOrchestrator object.

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

Syntax

'Declaration
Public Enumeration SyncOrchestratorState
'Usage
Dim instance As SyncOrchestratorState
public enum SyncOrchestratorState
public enum class SyncOrchestratorState
public enum SyncOrchestratorState
public enum SyncOrchestratorState

Members

  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

See Also

Reference

Microsoft.Synchronization Namespace