Show / Hide Table of Contents

Class XAxisParameterDataProvider

XAxis Parameter Sample Data Provider

Inheritance
System.Object
XAxisParameterDataProvider
Implements
System.IDisposable
IProvideXAxisParameterData
Namespace: MESL.SqlRace.Domain.XAxis
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class XAxisParameterDataProvider : Object, IDisposable, IProvideXAxisParameterData

Constructors

XAxisParameterDataProvider(SessionBase, String)

Initializes a new instance of the XAxisParameterDataProvider class.

Declaration
public XAxisParameterDataProvider(SessionBase session, string xAxisParameterIdentifer)
Parameters
Type Name Description
SessionBase session

The session.

System.String xAxisParameterIdentifer

The x axis parameter identifer.

Properties

XAxisParameterIdentifer

Gets the x axis parameter identifer.

Declaration
public string XAxisParameterIdentifer { get; }
Property Value
Type Description
System.String

The x axis parameter identifer.

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

Declaration
public void Dispose()

Finalize()

Finalizes an instance of the XAxisParameterDataProvider class.

Declaration
protected override void Finalize()

GetSamples(Int32, Int64, Int64)

Gets the data.

Declaration
public XAxisSamples GetSamples(int numberOfSamplesRequired, long startTime, long endTime)
Parameters
Type Name Description
System.Int32 numberOfSamplesRequired

The number of samples required.

System.Int64 startTime

The start time.

System.Int64 endTime

The end time.

Returns
Type Description
XAxisSamples

Implements

System.IDisposable
IProvideXAxisParameterData
In This Article
  • Constructors
    • XAxisParameterDataProvider(SessionBase, String)
  • Properties
    • XAxisParameterIdentifer
  • Methods
    • Dispose()
    • Finalize()
    • GetSamples(Int32, Int64, Int64)
  • Implements
Back to top Generated by DocFX