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.Nullable<System.Int64> | 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.Int32 | numberOfSamples | |
| StepDirection | direction | |
| MAT.OCS.Core.ParameterValuesTemplate | template | 
Returns
| Type | Description | 
|---|---|
| MAT.OCS.Core.ParameterValues | 
GoTo(Int64)
Sets the PDA's current time to the specified timestamp.
Declaration
void GoTo(long timestamp)
  Parameters
| Type | Name | Description | 
|---|---|---|
| System.Int64 | timestamp | The timestamp.  | 
      
Events
Invalidated
Occurs when [invalidated].
Declaration
event EventHandler Invalidated
  Event Type
| Type | Description | 
|---|---|
| System.EventHandler |