SyncOrchestratorStateChangedEventArgs.NewState Propiedad
Obtiene el estado posterior al cambio de estado.
Espacio de nombres: Microsoft.Synchronization
Ensamblado: Microsoft.Synchronization (en microsoft.synchronization.dll)
Sintaxis
'Declaración
Public ReadOnly Property NewState As SyncOrchestratorState
'Uso
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
Valor de la propiedad
El estado posterior al cambio de estado.
Vea también
Referencia
SyncOrchestratorStateChangedEventArgs Clase
SyncOrchestratorStateChangedEventArgs Miembros
Microsoft.Synchronization Espacio de nombres