SyncOrchestratorStateChangedEventArgs.OldState Property
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
'Usage
Dim instance As SyncOrchestratorStateChangedEventArgs
Dim value As SyncOrchestratorState
value = instance.OldState
public SyncOrchestratorState OldState { get; }
public:
property SyncOrchestratorState OldState {
SyncOrchestratorState get ();
}
/** @property */
public SyncOrchestratorState get_OldState ()
public function get OldState () : SyncOrchestratorState
Property Value
The state before the state change.
See Also
Reference
SyncOrchestratorStateChangedEventArgs Class
SyncOrchestratorStateChangedEventArgs Members
Microsoft.Synchronization Namespace