Click or drag to resize
Grid Solutions Framework

ArchivistOutputAdapter.GetShortStatus Method

Gets a short one-line status of this ArchivistOutputAdapter.

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

IAdapter.GetShortStatus(Int32)
See Also