Show / Hide Table of Contents

Class SessionNotAvailableEventArgs

Class for firing session not available event

Inheritance
System.Object
SessionNotAvailableEventArgs
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SessionNotAvailableEventArgs : EventArgs

Properties

SessionKey

Gets the session key

Declaration
public SessionKey SessionKey { get; }
Property Value
Type Description
MAT.OCS.Core.SessionKey
Back to top Generated by DocFX