C# 클래스 Gallifrey.InactiveMonitor.ActivityChecker.ActivityStopwatch

파일 보기 프로젝트 열기: BlythMeister/Gallifrey

공개 메소드들

메소드 설명
ActivityStopwatch ( ) : System
Pause ( System.TimeSpan manualAdjustTimeSpan ) : void
Reset ( ) : void
Resume ( ) : void
Start ( ) : void

메소드 상세

ActivityStopwatch() 공개 메소드

public ActivityStopwatch ( ) : System
리턴 System

Pause() 공개 메소드

public Pause ( System.TimeSpan manualAdjustTimeSpan ) : void
manualAdjustTimeSpan System.TimeSpan
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void