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.SessionStateChangedEventArgs
Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization.Data (in Microsoft.Synchronization.Data.dll)
Syntax
'Declaration
Public Class SessionStateChangedEventArgs _
Inherits EventArgs
'Usage
Dim instance As SessionStateChangedEventArgs
public class SessionStateChangedEventArgs : EventArgs
public ref class SessionStateChangedEventArgs : public EventArgs
type SessionStateChangedEventArgs =
class
inherit EventArgs
end
public class SessionStateChangedEventArgs extends EventArgs
The SessionStateChangedEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
SessionStateChangedEventArgs | Initializes a new instance of the SessionStateChangedEventArgs class by using session state and session parameters. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
SessionState | Gets a SyncSessionState object that is used to define whether the session is currently synchronizing. |
![]() |
SyncSession | Gets a SyncSession object that contains synchronization session variables. |
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)