Click or drag to resize

TimerLoggerStop Method (String)

Stops the timer and logs the closing message with the provided addendum.

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.
See Also