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 before the state change.
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public ReadOnly Property OldState As SyncOrchestratorState
Get
'Usage
Dim instance As SyncOrchestratorStateChangedEventArgs
Dim value As SyncOrchestratorState
value = instance.OldState
public SyncOrchestratorState OldState { get; }
public:
property SyncOrchestratorState OldState {
SyncOrchestratorState get ();
}
member OldState : SyncOrchestratorState
function get OldState () : SyncOrchestratorState
Property Value
Type: Microsoft.Synchronization.SyncOrchestratorState
The state before the state change.