Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Provides data for the StateChanged event.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Synchronization.SyncOrchestratorStateChangedEventArgs
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in Microsoft.Synchronization.dll)
Syntax
'Declaration
Public Class SyncOrchestratorStateChangedEventArgs _
Inherits EventArgs
'Usage
Dim instance As SyncOrchestratorStateChangedEventArgs
public class SyncOrchestratorStateChangedEventArgs : EventArgs
public ref class SyncOrchestratorStateChangedEventArgs : public EventArgs
type SyncOrchestratorStateChangedEventArgs =
class
inherit EventArgs
end
public class SyncOrchestratorStateChangedEventArgs extends EventArgs
The SyncOrchestratorStateChangedEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SyncOrchestratorStateChangedEventArgs | Initializes a new instance of the SyncOrchestratorStateChangedEventArgs class that contains the states before and after the state change. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
NewState | Gets the state after the state change. |
![]() |
OldState | Gets the state before the state change. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)