Interface ISession
Defines a session object.
Namespace: MAT.Atlas.Client.Platform.Sessions
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public interface ISession
Properties
InstanceIdentifier
Session instance identifier.
Declaration
SessionIdentifier InstanceIdentifier { get; }
Property Value
Type | Description |
---|---|
SessionIdentifier |
Key
Session Key.
Declaration
SessionKey Key { get; }
Property Value
Type | Description |
---|---|
SessionKey |
Name
Session name.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
State
Current session state.
Declaration
SessionState State { get; }
Property Value
Type | Description |
---|---|
SessionState |
TimeRange
Session start and end times.
Declaration
TimeRange TimeRange { get; }
Property Value
Type | Description |
---|---|
TimeRange |