Partager via


State propriété

Obtient l'état actuel de l'orchestrateur.

Espace de noms :  Microsoft.Synchronization
Assembly :  Microsoft.Synchronization (dans Microsoft.Synchronization.dll)

Syntaxe

'Déclaration
Public ReadOnly Property State As SyncOrchestratorState
    Get
'Utilisation
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

Valeur de la propriété

Type : Microsoft.Synchronization. . :: . .SyncOrchestratorState
État actuel de l'orchestrateur.

Notes

L'état indique si SyncOrchestrator est prêt à démarrer la synchronisation ou est impliqué dans une autre action.

Voir aussi

Référence

SyncOrchestrator Classe

Membres SyncOrchestrator

Espace de noms Microsoft.Synchronization