Share via


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
    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.

See Also

Reference

SyncOrchestratorStateChangedEventArgs Class

Microsoft.Synchronization Namespace