Namespace MESL.SqlRace.Domain.SessionProcessing
Classes
SessionProcessingStatus
The current status of the session file processing
SessionProcessingStatusCachingNewSessions
The sessions that were loaded from the file system are being added to the cache
SessionProcessingStatusCalculatingSessionKeys
The SessionKeys are being calculated for each of the session files in the folder.
SessionProcessingStatusLoadingFromCache
The sessions in the cache are being read.
SessionProcessingStatusLoadingUnprocessedSessions
Sessions that weren't in the cache are being loaded from the file system
SessionProcessingStatusProcessingAssociations
The associate sessions are being linked to their master sessions.
SessionProcessingStatusProgressUpdate
A progress update that describes how many files have been processed and how many remain to be processed
SessionProcessingStatusRemovingStaleCacheEntries
The sessions that were in the cache that didn't have a correspinding file on the file system are being removed.
SessionProcessingStatusUpdate
The base class for all session processing status updates