Class SessionProcessingStatus
The current status of the session file processing
Inheritance
System.Object
SessionProcessingStatus
Namespace: MESL.SqlRace.Domain.SessionProcessing
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class SessionProcessingStatus : Enum
Fields
CachingNewSessions
The sessions that were loaded from the file system are being added to the cache
Declaration
public const SessionProcessingStatus CachingNewSessions
Field Value
Type | Description |
---|---|
SessionProcessingStatus |
CalculatingSessionKeys
The SessionKeys are being calculated for each of the session files in the folder.
Declaration
public const SessionProcessingStatus CalculatingSessionKeys
Field Value
Type | Description |
---|---|
SessionProcessingStatus |
LoadingFromCache
The sessions in the cache are being read.
Declaration
public const SessionProcessingStatus LoadingFromCache
Field Value
Type | Description |
---|---|
SessionProcessingStatus |
LoadingUnprocessedSessions
Sessions that weren't in the cache are being loaded from the file system
Declaration
public const SessionProcessingStatus LoadingUnprocessedSessions
Field Value
Type | Description |
---|---|
SessionProcessingStatus |
ProcessingAssociations
The associate sessions are being linked to their master sessions.
Declaration
public const SessionProcessingStatus ProcessingAssociations
Field Value
Type | Description |
---|---|
SessionProcessingStatus |
RemovingStaleCacheEntries
The sessions that were in the cache that didn't have a correspinding file on the file system are being removed.
Declaration
public const SessionProcessingStatus RemovingStaleCacheEntries
Field Value
Type | Description |
---|---|
SessionProcessingStatus |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |