Click or drag to resize

AdapterCollectionBase<T> .Stop Method

Stops each IAdapter implementation in this AdapterCollectionBase<T>.

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

Implements

IAdapter.Stop()
See Also