PrecisionInputTimerAttach Method

Attach to a PrecisionInputTimer for the specified framesPerSecond.

Definition

Namespace: Gemstone.Timeseries
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.138 -- Release Build+b4f8847fe309a44734617722bca179874d85b46d
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