Interface ICompositeSessionContainer
Defines a composite session container.
Namespace: MAT.Atlas.Client.Platform.Sessions
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public interface ICompositeSessionContainer
Properties
CompositeSessions
Gets a list of ICompositeSession.
Declaration
IEnumerable<ICompositeSession> CompositeSessions { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ICompositeSession> | The composite sessions. |
IsPrimaryCompositeSessionAvailable
Indicates if the a primary composite session is available to be used.
Declaration
bool IsPrimaryCompositeSessionAvailable { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Key
Gets the key.
Declaration
CompositeSessionContainerKey Key { get; }
Property Value
Type | Description |
---|---|
CompositeSessionContainerKey |
Name
Gets the name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
PanningState
Gets the
Declaration
PanningState PanningState { get; }
Property Value
Type | Description |
---|---|
PanningState | The panner state. |