SyncOrchestratorStateChangedEventArgs Constructor
Initializes a new instance of the SyncOrchestratorStateChangedEventArgs class that contains the states before and after the state change.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
Syntax
'Declaration
Public Sub New ( _
oldState As SyncOrchestratorState, _
newState As SyncOrchestratorState _
)
'Usage
Dim oldState As SyncOrchestratorState
Dim newState As SyncOrchestratorState
Dim instance As New SyncOrchestratorStateChangedEventArgs(oldState, newState)
public SyncOrchestratorStateChangedEventArgs (
SyncOrchestratorState oldState,
SyncOrchestratorState newState
)
public:
SyncOrchestratorStateChangedEventArgs (
SyncOrchestratorState oldState,
SyncOrchestratorState newState
)
public SyncOrchestratorStateChangedEventArgs (
SyncOrchestratorState oldState,
SyncOrchestratorState newState
)
public function SyncOrchestratorStateChangedEventArgs (
oldState : SyncOrchestratorState,
newState : SyncOrchestratorState
)
Parameters
- oldState
The state before the state change.
- newState
The state after the state change.
See Also
Reference
SyncOrchestratorStateChangedEventArgs Class
SyncOrchestratorStateChangedEventArgs Members
Microsoft.Synchronization Namespace