Click or drag to resize

MetadataHelpersElapsedWaitTimeString Method

Gets string representation of elapsed wait time for configurationReloadWaitTimeout and configurationReloadWaitAttempts.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.191-beta
Syntax
public static string ElapsedWaitTimeString(
	int configurationReloadWaitTimeout = 5000,
	int configurationReloadWaitAttempts = 4
)
View Source

Parameters

configurationReloadWaitTimeout  Int32  (Optional)
Configuration reload wait timeout.
configurationReloadWaitAttempts  Int32  (Optional)
Configuration reload wait attempts.

Return Value

String
String representation of elapsed wait time.
See Also