Click or drag to resize

DataPublisherGetShortStatus Method

Gets a short one-line status of this DataPublisher.

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 number of available characters for display.

Return Value

String
A short one-line summary of the current status of the DataPublisher.

Implements

IAdapterGetShortStatus(Int32)
See Also