Dela via


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
    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.

See Also

Reference

SyncOrchestratorStateChangedEventArgs Class

Microsoft.Synchronization Namespace