C# 클래스 Naos.Foundation.Timer

상속: IDisposable
파일 보기 프로젝트 열기: vip32/Naos

공개 메소드들

메소드 설명
Dispose ( ) : void
Restart ( ) : void

Stops time interval measurement, resets the elapsed time to zero, and starts measuring elapsed time.

Stop ( ) : void

Stops measuring elapsed time for an interval.

Timer ( ) : System

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Restart() 공개 메소드

Stops time interval measurement, resets the elapsed time to zero, and starts measuring elapsed time.
public Restart ( ) : void
리턴 void

Stop() 공개 메소드

Stops measuring elapsed time for an interval.
public Stop ( ) : void
리턴 void

Timer() 공개 메소드

public Timer ( ) : System
리턴 System