Click or drag to resize

AdapterCollectionBase<T> .GetShortStatus Method

Gets a short one-line status of this AdapterCollectionBase<T>.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.239-beta
Syntax
public virtual 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 this AdapterCollectionBase<T>.

Implements

IAdapter.GetShortStatus(Int32)
See Also