IExecutionTimer Members

Glimpse API

IExecutionTimer Members Glimpse API Documentation

The IExecutionTimer type exposes the following members.

Methods

  NameDescription
Public methodPoint
Points this instance.
Public methodStart
Starts the timer instance.
Public methodStop
Stops the timer instance.
Public methodTime(Action)
Times the specified action. This will start and stop the timer either side of the action that is executed.
Public methodTime T (Func T )
Times the specified function. This will start and stop the timer either side of the function that is executed.
Back to Top
Properties

  NameDescription
Public propertyRequestStart
Gets the request start date and time.
Back to Top
See Also