Show / Hide Table of Contents

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
MAT.OCS.Core.SessionKey

SessionState

Gets the new session state

Declaration
public SessionState SessionState { get; }
Property Value
Type Description
SessionState
Back to top Generated by DocFX