C# 클래스 Manos.IO.Managed.TimerWatcher

상속: Manos.IO.Managed.Watcher, ITimerWatcher
파일 보기 프로젝트 열기: toptensoftware/manos 1 사용 예제들

공개 메소드들

메소드 설명
Again ( ) : void
Start ( ) : void
Stop ( ) : void
TimerWatcher ( Context context, System.Action callback, System.TimeSpan after, System.TimeSpan repeat ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

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

메소드 상세

Again() 공개 메소드

public Again ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Start() 공개 메소드

public Start ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

TimerWatcher() 공개 메소드

public TimerWatcher ( Context context, System.Action callback, System.TimeSpan after, System.TimeSpan repeat ) : System
context Context
callback System.Action
after System.TimeSpan
repeat System.TimeSpan
리턴 System