Share via


SessionStateChangedEventArgs Class

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
Public method SessionStateChangedEventArgs Initializes a new instance of the SessionStateChangedEventArgs class by using session state and session parameters.

Top

Properties

  Name Description
Public property SessionState Gets a SyncSessionState object that is used to define whether the session is currently synchronizing.
Public property SyncSession Gets a SyncSession object that contains synchronization session variables.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Synchronization Namespace