PrecisionInputTimerAttach Method

Attach to a PrecisionInputTimer for the specified framesPerSecond.

Definition

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