SyncOrchestrator.State Property

Gets the current state of the orchestrator.

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

Syntax

'Declaration
Public ReadOnly Property State As SyncOrchestratorState
'Usage
Dim instance As SyncOrchestrator
Dim value As SyncOrchestratorState

value = instance.State
public SyncOrchestratorState State { get; }
public:
property SyncOrchestratorState State {
    SyncOrchestratorState get ();
}
/** @property */
public SyncOrchestratorState get_State ()
public function get State () : SyncOrchestratorState

Property Value

The current state of the orchestrator.

Remarks

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

See Also

Reference

SyncOrchestrator Class
SyncOrchestrator Members
Microsoft.Synchronization Namespace