SyncOrchestratorState Enumeration
Represents the possible states of a SyncOrchestrator object.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
| 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. |
Show: