Click or drag to resize

ThresholdLoggerStop Method (String)

Stops the timer and logs the closing message, with the specified addendum, if the timer Threshold was exceeded.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public double Stop(
	string messageAddendum
)

Parameters

messageAddendum
Type: SystemString
Additional message text to be appended to the logged message for the timer closing.

Return Value

Type: Double
The number of milliseconds that have elapsed (regardless of whether or not threshold was exceeded).
See Also