Click or drag to resize

DataSubscriberStatus Property

Gets the status of this DataSubscriber.

Namespace: GSF.TimeSeries.Transport
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 provide current status information about the adapter for display purposes.
See Also