Click or drag to resize
Grid Solutions Framework

InfluxDBOutputAdapterGetShortStatus Method

Returns a brief status of this InfluxDBOutputAdapter

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

Parameters

maxLength  Int32
Maximum number of characters in the status string

Return Value

String
Status

Implements

IAdapterGetShortStatus(Int32)
See Also