Class SessionStatusChangedEventArgs
Class for firing Session status changed event
Inheritance
System.Object
SessionStatusChangedEventArgs
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SessionStatusChangedEventArgs : EventArgs
Properties
SessionKey
Gets the session key
Declaration
public SessionKey SessionKey { get; }
Property Value
Type | Description |
---|---|
SessionKey |
SessionState
Gets the new session state
Declaration
public SessionState SessionState { get; }
Property Value
Type | Description |
---|---|
SessionState |