Click or drag to resize

PrecisionInputTimerAttach Method

Attach to a PrecisionInputTimer for the specified framesPerSecond.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static PrecisionInputTimer Attach(
	int framesPerSecond,
	Action<Exception> exceptionHandler = null
)
View Source

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