Click or drag to resize

PrecisionInputTimerDetach Method

Detach from the PrecisionInputTimer.

Namespace: GSF.TimeSeries
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static void Detach(
	ref PrecisionInputTimer timer
)
View Source

Parameters

timer  PrecisionInputTimer
Timer instance to detach from.
Remarks
Timer reference will be set to null after detach.
See Also