SyncOrchestrator::State Property

Gets the current state of the orchestrator.

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

public:
property SyncOrchestratorState State {
	SyncOrchestratorState get ();
}

Property Value

Type: Microsoft.Synchronization::SyncOrchestratorState
The current state of the orchestrator.

The state indicates whether SyncOrchestrator is ready to start synchronization or is involved in another action.

Show: