Condividi tramite


Proprietà SyncOrchestratorStateChangedEventArgs.NewState

Ottiene lo stato dopo la modifica dello stato.

Spazio dei nomi: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property NewState As SyncOrchestratorState
'Utilizzo
Dim instance As SyncOrchestratorStateChangedEventArgs
Dim value As SyncOrchestratorState

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

Valore proprietà

Stato dopo la modifica dello stato.

Vedere anche

Riferimento

Classe SyncOrchestratorStateChangedEventArgs
Membri SyncOrchestratorStateChangedEventArgs
Spazio dei nomi Microsoft.Synchronization