C# 클래스 IServiceOriented.ServiceBus.Services.TimerEvent

상속: IDisposable
파일 보기 프로젝트 열기: jezell/iserviceoriented 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Dispose ( bool disposing ) : void
TimerEvent ( System.Action action, System.TimeSpan interval ) : System
TimerEvent ( System.Action action, System.TimeSpan interval, System.DateTime startDate ) : System
TimerEvent ( System.Action action, System.TimeSpan interval, System.DateTime startDate, object state ) : System
TimerEvent ( System.Action action, System.TimeSpan interval, object state ) : System
TimerEvent ( System.Guid eventId, System.Action action, System.TimeSpan interval, System.DateTime startDate, object state ) : System

비공개 메소드들

메소드 설명
Start ( ) : void
Stop ( ) : void
onTimerElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

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

TimerEvent() 공개 메소드

public TimerEvent ( System.Action action, System.TimeSpan interval ) : System
action System.Action
interval System.TimeSpan
리턴 System

TimerEvent() 공개 메소드

public TimerEvent ( System.Action action, System.TimeSpan interval, System.DateTime startDate ) : System
action System.Action
interval System.TimeSpan
startDate System.DateTime
리턴 System

TimerEvent() 공개 메소드

public TimerEvent ( System.Action action, System.TimeSpan interval, System.DateTime startDate, object state ) : System
action System.Action
interval System.TimeSpan
startDate System.DateTime
state object
리턴 System

TimerEvent() 공개 메소드

public TimerEvent ( System.Action action, System.TimeSpan interval, object state ) : System
action System.Action
interval System.TimeSpan
state object
리턴 System

TimerEvent() 공개 메소드

public TimerEvent ( System.Guid eventId, System.Action action, System.TimeSpan interval, System.DateTime startDate, object state ) : System
eventId System.Guid
action System.Action
interval System.TimeSpan
startDate System.DateTime
state object
리턴 System