Stop Method

Glimpse API

IExecutionTimer Stop Method Glimpse API Documentation
Stops the timer instance.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

TimerResult Stop(
	TimeSpan offset
)
TimerResult Stop(
	TimeSpan offset
)

Parameters

offset
Type: OnlineSystem TimeSpan
The offset.

Return Value

Timing info that is collected as a result of the execution.
Remarks

Inconsistent results may be experienced if you do not call Start() before calling Stop().
See Also