TimerLoggerStop Method (String, Double) |
Stops the timer and logs the closing message with the provided addendum.
If the timer met or exceeded the specified threshold then the entry is logged as a Warning rather than as Info.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public double Stop(
string messageAddendum,
double warningThresholdMS
)
Public Function Stop (
messageAddendum As String,
warningThresholdMS As Double
) As Double
Parameters
- messageAddendum
- Type: SystemString
Additional message text to be appended to the logged message for the timer closing. - warningThresholdMS
- Type: SystemDouble
The warning threshold, in milliseconds.
Return Value
Type:
DoubleThe number of milliseconds that have elapsed.
See Also