Time Method (Action)

Glimpse API

IExecutionTimer Time Method (Action) Glimpse API Documentation
Times the specified action. This will start and stop the timer either side of the action that is executed.

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

Syntax

TimerResult Time(
	Action action
)
TimerResult Time(
	Action action
)

Parameters

action
Type: OnlineSystem Action
The action that should be executed.

Return Value

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