Click or drag to resize

AdapterBaseEnabled Property

Gets or sets enabled state of this AdapterBase.

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

Property Value

Boolean

Implements

ISupportLifecycleEnabled
Remarks
Base class simply starts or stops AdapterBase based on flag value. Derived classes should extend this if needed to enable or disable operational state of the adapter based on flag value.
See Also