SyncOrchestratorStateChangedEventArgs.NewState Property
Gets the state after the state change.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property NewState As SyncOrchestratorState
'Usage
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
Property Value
The state after the state change.
See Also
Reference
SyncOrchestratorStateChangedEventArgs Class
SyncOrchestratorStateChangedEventArgs Members
Microsoft.Synchronization Namespace