StatisticsEngineUnregister Method
Unregisters the given source, removing it from the list of
statistic sources so that it no longer generates statistics.
Namespace: Gemstone.Timeseries.StatisticsAssembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.165 -- Release Build+1fb84c70528ffb6fadca6f53885d2dbbac6b5235
public static void Unregister(
Object? source
)
Public Shared Sub Unregister (
source As Object
)
public:
static void Unregister(
Object^ source
)
Gemstone.Timeseries.Statistics.StatisticsEngine.Unregister = function(source);
Parameters
- source Object
- The adapter to be unregistered with the statistics engine.
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.