Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
Get
'Usage
Dim instance As SyncOrchestratorStateChangedEventArgs
Dim value As SyncOrchestratorState
value = instance.NewState
public SyncOrchestratorState NewState { get; }
public:
property SyncOrchestratorState NewState {
SyncOrchestratorState get ();
}
member NewState : SyncOrchestratorState
function get NewState () : SyncOrchestratorState
Property Value
Type: Microsoft.Synchronization.SyncOrchestratorState
The state after the state change.