Click or drag to resize

AdapterBaseAutoStart Property

Gets or sets flag indicating if adapter should automatically start or otherwise connect on demand.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public virtual bool AutoStart { get; set; }
View Source

Property Value

Boolean

Implements

IAdapterAutoStart
See Also