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