Interface IParameterDataAccess
Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface IParameterDataAccess : IDisposable
Properties
CurrentTime
Gets the current position.
Declaration
Nullable<long> CurrentTime { get; }
Property Value
Type | Description |
---|---|
System. |
The current timestamp for the PDA. |
Methods
GetNextSamples(Int32, StepDirection, ParameterValuesTemplate)
Declaration
ParameterValues GetNextSamples(int numberOfSamples, StepDirection direction, ParameterValuesTemplate template = null)
Parameters
Type | Name | Description |
---|---|---|
System. |
numberOfSamples | |
Step |
direction | |
MAT. |
template |
Returns
Type | Description |
---|---|
MAT. |
GoTo(Int64)
Sets the PDA's current time to the specified timestamp.
Declaration
void GoTo(long timestamp)
Parameters
Type | Name | Description |
---|---|---|
System. |
timestamp | The timestamp. |
Events
Invalidated
Occurs when [invalidated].
Declaration
event EventHandler Invalidated
Event Type
Type | Description |
---|---|
System. |