Click or drag to resize
Grid Solutions Framework

MongoOutputAdapterGetShortStatus Method

Returns a short message describing the current status of the adapter.

Namespace: MongoAdapters
Assembly: MongoAdapters (in MongoAdapters.dll) Version: 2.4.182-beta
Syntax
public override string GetShortStatus(
	int maxLength
)
View Source

Parameters

maxLength  Int32
The maximum length of the status message.

Return Value

String
The short status message.

Implements

IAdapterGetShortStatus(Int32)
See Also