Click or drag to resize

InputAdapterBaseStatus Property

Returns the detailed status of the data input source.

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

Property Value

String

Implements

IProvideStatusStatus
IProvideStatusStatus
Remarks
Derived classes should extend status with implementation specific information.
See Also