Show / Hide Table of Contents

Class SessionClosedArgs

Arguments used for session closed event.

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

Properties

ConnectionContextKey

Gets the connection context string.

Declaration
public string ConnectionContextKey { get; }
Property Value
Type Description
System.String

SessionKey

Gets the session key.

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