Construtor SyncOrchestratorStateChangedEventArgs
Inicializa uma nova instância da classe SyncOrchestratorStateChangedEventArgs que contém os estados antes e depois da alteração de estado.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (em microsoft.synchronization.dll)
Sintaxe
'Declaração
Public Sub New ( _
oldState As SyncOrchestratorState, _
newState As SyncOrchestratorState _
)
'Uso
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
)
Parâmetros
- oldState
O estado antes da alteração de estado.
- newState
O estado depois da alteração de estado.
Consulte também
Referência
Classe SyncOrchestratorStateChangedEventArgs
Membros SyncOrchestratorStateChangedEventArgs
Namespace Microsoft.Synchronization