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 |
---|---|
SessionKey |