C# 클래스 AGENT.Contrib.Util.CountdownTimer

Count down from X number of seconds a single event will be triggerd at expiry
파일 보기 프로젝트 열기: nothingmn/AGENT.Contrib 1 사용 예제들

공개 메소드들

메소드 설명
CountdownTimer ( System.TimeSpan duration ) : System
Start ( ) : void

비공개 메소드들

메소드 설명
Fire ( object state ) : void

메소드 상세

CountdownTimer() 공개 메소드

public CountdownTimer ( System.TimeSpan duration ) : System
duration System.TimeSpan
리턴 System

Start() 공개 메소드

public Start ( ) : void
리턴 void