Start Method

Glimpse API

IExecutionTimer Start Method Glimpse API Documentation
Starts the timer instance.

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

Syntax

Return Value

TimeSpan that represents this timing instance.
Remarks

If this method is used, it is up to the developer to manually stop the timer by calling Stop().
See Also