C# 클래스 InvertedSoftware.WorkflowEngine.JobTimer

파일 보기 프로젝트 열기: invertedsoftware/Inverted-Software-Workflow-Engine 1 사용 예제들

공개 메소드들

메소드 설명
JobTimer ( int interval, Thread jobThread ) : System
StopTimer ( ) : void

비공개 메소드들

메소드 설명
OnTimedEvent ( object source, System.Timers.ElapsedEventArgs e ) : void

메소드 상세

JobTimer() 공개 메소드

public JobTimer ( int interval, Thread jobThread ) : System
interval int
jobThread Thread
리턴 System

StopTimer() 공개 메소드

public StopTimer ( ) : void
리턴 void