Click or drag to resize

StatisticsEngineUnregister Method

Unregisters the given source, removing it from the list of statistic sources so that it no longer generates statistics.

Namespace: GSF.TimeSeries.Statistics
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public static void Unregister(
	Object source
)
View Source

Parameters

source  Object
The adapter to be unregistered with the statistics engine.
Remarks
Sources that implement IAdapter do not need to explicitly unregister themselves from the statistics engine. The engine automatically unregisters them by attaching to the Disposed event.
See Also