Show / Hide Table of Contents

Class SessionProcessingStatusCachingNewSessions

The sessions that were loaded from the file system are being added to the cache

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

Constructors

SessionProcessingStatusCachingNewSessions(Int32, Int32)

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