Start Method

Glimpse API

ExecutionTimer 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

public TimeSpan Start()
public TimeSpan Start()

Return Value

TimeSpan that represents this timing instance.

Implements

IExecutionTimer Start 
Remarks

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