Propriété SyncOrchestrator.State
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
'Utilisation
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
Valeur de propriété
É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
Classe SyncOrchestrator
Membres SyncOrchestrator
Espace de noms Microsoft.Synchronization