PrecisionInputTimerAttach Method

Attach to a PrecisionInputTimer for the specified framesPerSecond.

Definition

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