Stop Method

Glimpse API

ExecutionTimer 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

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

Parameters

offset
Type: OnlineSystem TimeSpan
The offset.

Return Value

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

Implements

IExecutionTimer Stop(TimeSpan)
Remarks

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