Click or drag to resize

AdapterCollectionBaseTDisposeItem Method

Un-wires events and disposes of IAdapter implementation.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
protected virtual void DisposeItem(
	T item
)
View Source

Parameters

item  T
IAdapter to dispose.
Remarks
Derived classes should override if more events are defined.
See Also