Click or drag to resize

DataSubscriberGetShortStatus Method

Gets a short one-line status of this DataSubscriber.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public override string GetShortStatus(
	int maxLength
)
View Source

Parameters

maxLength  Int32
Maximum length of the status message.

Return Value

String
Text of the status message.

Implements

IAdapterGetShortStatus(Int32)
See Also