C# Class Simplify.Web.Core.StopwatchProvider

Provides stopwatch provider
Inheritance: IStopwatchProvider
Afficher le fichier Open project: i4004/Simplify.Web

Méthodes publiques

Méthode Description
StartMeasurement ( ) : void

Starts the measurement.

StopAndGetMeasurement ( ) : System.TimeSpan

Stops the and get measurement.

Method Details

StartMeasurement() public méthode

Starts the measurement.
public StartMeasurement ( ) : void
Résultat void

StopAndGetMeasurement() public méthode

Stops the and get measurement.
public StopAndGetMeasurement ( ) : System.TimeSpan
Résultat System.TimeSpan