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
    Get
'Usage
Dim instance As SyncOrchestrator
Dim value As SyncOrchestratorState

value = instance.State
public SyncOrchestratorState State { get; }
public:
property SyncOrchestratorState State {
    SyncOrchestratorState get ();
}
member State : SyncOrchestratorState
function get State () : SyncOrchestratorState

Property Value

Type: Microsoft.Synchronization.SyncOrchestratorState
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

Microsoft.Synchronization Namespace