C# 클래스 Simplify.Web.Core.StopwatchProvider

Provides stopwatch provider
상속: IStopwatchProvider
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
StartMeasurement ( ) : void

Starts the measurement.

StopAndGetMeasurement ( ) : System.TimeSpan

Stops the and get measurement.

메소드 상세

StartMeasurement() 공개 메소드

Starts the measurement.
public StartMeasurement ( ) : void
리턴 void

StopAndGetMeasurement() 공개 메소드

Stops the and get measurement.
public StopAndGetMeasurement ( ) : System.TimeSpan
리턴 System.TimeSpan