C# 클래스 HA4IoT.Services.System.Timeout

파일 보기 프로젝트 열기: chkr1011/CK.HomeAutomation

공개 메소드들

메소드 설명
Restart ( ) : void
Start ( System.TimeSpan duration ) : void
Tick ( System.TimeSpan elapsedTime ) : void
Tick ( TimerTickEventArgs timerTickEventArgs ) : void
Timeout ( ) : System
Timeout ( System.TimeSpan defaultDuration ) : System

메소드 상세

Restart() 공개 메소드

public Restart ( ) : void
리턴 void

Start() 공개 메소드

public Start ( System.TimeSpan duration ) : void
duration System.TimeSpan
리턴 void

Tick() 공개 메소드

public Tick ( System.TimeSpan elapsedTime ) : void
elapsedTime System.TimeSpan
리턴 void

Tick() 공개 메소드

public Tick ( TimerTickEventArgs timerTickEventArgs ) : void
timerTickEventArgs HA4IoT.Contracts.Core.TimerTickEventArgs
리턴 void

Timeout() 공개 메소드

public Timeout ( ) : System
리턴 System

Timeout() 공개 메소드

public Timeout ( System.TimeSpan defaultDuration ) : System
defaultDuration System.TimeSpan
리턴 System