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
)
Public Function Stop (
messageAddendum As String
) As Double
Parameters
- messageAddendum
- Type: SystemString
Additional message text to be appended to the logged message for the timer closing.
Return Value
Type:
DoubleThe number of milliseconds that have elapsed (regardless of whether or not threshold was exceeded).
See Also