Show / Hide Table of Contents

Class CompositeSessionEventArgs

CompositeSession Event Args

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

Constructors

CompositeSessionEventArgs()

Declaration
public CompositeSessionEventArgs()

Properties

EventType

The CompositeSessionEventType

Declaration
public CompositeSessionEventType EventType { get; set; }
Property Value
Type Description
CompositeSessionEventType

SessionKey

SessionKey that this Event refers to

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