Class MountedSessionState
Represents the state of a mounted session.
Inheritance
System.Object
MountedSessionState
Namespace: MESL.SqlRace.Domain.MountedSessions
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class MountedSessionState : Enum
Fields
Closed
Session is closed. All data in the session is stable. Change events may still be fired as data is lazy-loaded.
Declaration
public const MountedSessionState Closed
Field Value
Type | Description |
---|---|
MountedSessionState |
Empty
Session exists but currently contains no data.
Expect TimeRange to return null
.
Declaration
public const MountedSessionState Empty
Field Value
Type | Description |
---|---|
MountedSessionState |
Open
Session is open with the potential to have more data added.
Declaration
public const MountedSessionState Open
Field Value
Type | Description |
---|---|
MountedSessionState |
Unknown
Unknown state. Should not generally be used.
Declaration
public const MountedSessionState Unknown
Field Value
Type | Description |
---|---|
MountedSessionState |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |