Class CompositeSessionUnloadedEventArgs
Event args for session unloaded
Inheritance
System.Object
CompositeSessionUnloadedEventArgs
Namespace: MAT.Atlas.Client.Platform.Sessions
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public sealed class CompositeSessionUnloadedEventArgs : EventArgs
Properties
CompositeSessionContainerInstanceIdentifier
Gets or sets the container instance identifier.
Declaration
public CompositeSessionContainerIdentifier CompositeSessionContainerInstanceIdentifier { get; }
Property Value
Type | Description |
---|---|
CompositeSessionContainerIdentifier | The container instance identifier. |
CompositeSessionInstanceIdentifier
Gets or sets the composite session instance identifier.
Declaration
public CompositeSessionIdentifier CompositeSessionInstanceIdentifier { get; }
Property Value
Type | Description |
---|---|
CompositeSessionIdentifier | The composite session instance identifier. |
CompositeSessionKey
Gets or sets the composite session key.
Declaration
public CompositeSessionKey CompositeSessionKey { get; }
Property Value
Type | Description |
---|---|
CompositeSessionKey | The composite session key. |