Show / Hide Table of Contents

Class SessionProcessingStatusLoadingUnprocessedSessions

Sessions that weren't in the cache are being loaded from the file system

Inheritance
System.Object
SessionProcessingStatusUpdate
SessionProcessingStatusProgressUpdate
SessionProcessingStatusLoadingUnprocessedSessions
Inherited Members
SessionProcessingStatusProgressUpdate.NumberOfFilesProcessed
SessionProcessingStatusProgressUpdate.NumberOfFilesToProcess
SessionProcessingStatusUpdate.Status
Namespace: MESL.SqlRace.Domain.SessionProcessing
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class SessionProcessingStatusLoadingUnprocessedSessions : SessionProcessingStatusProgressUpdate

Constructors

SessionProcessingStatusLoadingUnprocessedSessions(Int32, Int32)

Declaration
public SessionProcessingStatusLoadingUnprocessedSessions(int numberOfFilesProcessed, int numberOfFilesToProcess)
Parameters
Type Name Description
System.Int32 numberOfFilesProcessed
System.Int32 numberOfFilesToProcess
Back to top Generated by DocFX