Click or drag to resize

AdapterCollectionBase<T> .Start Method

Starts, or restarts, each IAdapter implementation in this AdapterCollectionBase<T>.

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

Implements

IAdapter.Start()
See Also