|
PrecisionInputTimerAttach Method
|
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax GSF.TimeSeries.PrecisionInputTimer.Attach = function(framesPerSecond, exceptionHandler);
View SourceParameters
- framesPerSecond Int32
- Desired frames per second for the input timer.
- exceptionHandler ActionException (Optional)
- Optional delegate to handle exception reporting from the timer.
Return Value
PrecisionInputTimerA
PrecisionInputTimer that can be used for the specified
framesPerSecond.
See Also