Show / Hide Table of Contents

Class ErrorCollection

Holds the calculated errors data in the memory.

Inheritance
System.Object
ErrorCollection
Namespace: MESL.SqlRace.Domain.Collections
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class ErrorCollection : Object

Methods

GetErrorData(Int64, Int64)

Gets the error data.

Declaration
public IEnumerable<ErrorData> GetErrorData(long startTime, long endTime)
Parameters
Type Name Description
System.Int64 startTime

Requested start time.

System.Int64 endTime

Requested end time.

Returns
Type Description
System.Collections.Generic.IEnumerable<ErrorData>
Back to top Generated by DocFX