Click or drag to resize

AdapterCollectionBaseTStop Method

Stops each IAdapter implementation in this AdapterCollectionBaseT.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[AdapterCommandAttribute("Stops each adapter in the collection.", new string[] { ... })]
public virtual void Stop()
View Source

Implements

IAdapterStop
See Also