Click or drag to resize

AdapterBaseStatus Property

Gets the status of this AdapterBase.

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

Property Value

String

Implements

IProvideStatusStatus
Remarks
Derived classes should provide current status information about the adapter for display purposes.
See Also