Click or drag to resize
Grid Solutions Framework

CsvOutputAdapterGetShortStatus Method

Gets a short one-line status of this CsvOutputAdapter.

Namespace: CsvAdapters
Assembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.182-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