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