PrecisionInputTimerAttach Method
Namespace: Gemstone.TimeseriesAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public static PrecisionInputTimer? Attach(
int framesPerSecond,
Action<Exception>? exceptionHandler = null
)
Public Shared Function Attach (
framesPerSecond As Integer,
Optional exceptionHandler As Action(Of Exception) = Nothing
) As PrecisionInputTimer
public:
static PrecisionInputTimer^ Attach(
int framesPerSecond,
Action<Exception^>^ exceptionHandler = nullptr
)
Gemstone.Timeseries.PrecisionInputTimer.Attach = function(framesPerSecond, exceptionHandler);
- framesPerSecond Int32
- Desired frames per second for the input timer.
- exceptionHandler ActionException (Optional)
- Optional delegate to handle exception reporting from the timer.
PrecisionInputTimerA
PrecisionInputTimer that can be used for the specified
framesPerSecond.