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
type SyncOrchestratorState
public enum SyncOrchestratorState

Members

Member name Description
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.
Downloading A download 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.
Canceling A pending synchronization operation is in the process of being canceled.
Canceled The synchronization session was canceled.

See Also

Reference

Microsoft.Synchronization Namespace