SyncOrchestratorStateChangedEventArgs Constructor
Initializes a new instance of the SyncOrchestratorStateChangedEventArgs class that contains the states before and after the state change.
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
public:
SyncOrchestratorStateChangedEventArgs(
SyncOrchestratorState oldState,
SyncOrchestratorState newState
)
Parameters
- oldState
- Type: Microsoft.Synchronization::SyncOrchestratorState
The state before the state change.
- newState
- Type: Microsoft.Synchronization::SyncOrchestratorState
The state after the state change.
Show: