StatisticsEngineGetShortStatus Method

Gets a short one-line status of this StatisticsEngine.

Definition

Namespace: Gemstone.Timeseries.Statistics
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.128 -- Release Build+e2476c52e94864f123f37e60764c948e49eb89eb
public override string GetShortStatus(
	int maxLength
)

Parameters

maxLength  Int32
Maximum number of available characters for display.

Return Value

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

Implements

IAdapterGetShortStatus(Int32)

See Also