Class CompositeSessionEventArgs
Event arguments for session related events.
Inheritance
System.Object
CompositeSessionEventArgs
Namespace: MAT.Atlas.Client.Platform.Sessions
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public sealed class CompositeSessionEventArgs : EventArgs
Properties
CompositeSession
Get parameter. ICompositeSession
Declaration
public ICompositeSession CompositeSession { get; }
Property Value
Type | Description |
---|---|
ICompositeSession |
CompositeSessionContainer
Get parameter. ICompositeSessionContainer
Declaration
public ICompositeSessionContainer CompositeSessionContainer { get; }
Property Value
Type | Description |
---|---|
ICompositeSessionContainer |