PrecisionInputTimerAttach Method

Attach to a PrecisionInputTimer for the specified framesPerSecond.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.136 -- Release Build+045677775a56d15698be6ced5ce5213063e47102
public static PrecisionInputTimer? Attach(
	int framesPerSecond,
	Action<Exception>? exceptionHandler = null
)

Parameters

framesPerSecond  Int32
Desired frames per second for the input timer.
exceptionHandler  ActionException  (Optional)
Optional delegate to handle exception reporting from the timer.

Return Value

PrecisionInputTimer
A PrecisionInputTimer that can be used for the specified framesPerSecond.

See Also