StatisticsEngineUnregister Method

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

Definition

Namespace: Gemstone.Timeseries.Statistics
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.170 -- Release Build+f464e1d84dd1e1809e105906771d4406aa28b88d
public static void Unregister(
	Object? 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