Show / Hide Table of Contents

Class SessionIdentifierChangedEventArgs

Container for information about a session identifier changed event

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

Properties

Identifier

Gets the identifier.

Declaration
public string Identifier { 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

Methods

ToString()

Returns a System.String that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A System.String that represents this instance.

Back to top Generated by DocFX