C# Class InvertedSoftware.WorkflowEngine.JobTimer

ファイルを表示 Open project: invertedsoftware/Inverted-Software-Workflow-Engine Class Usage Examples

Public Methods

Method Description
JobTimer ( int interval, Thread jobThread ) : System
StopTimer ( ) : void

Private Methods

Method Description
OnTimedEvent ( object source, System.Timers.ElapsedEventArgs e ) : void

Method Details

JobTimer() public method

public JobTimer ( int interval, Thread jobThread ) : System
interval int
jobThread Thread
return System

StopTimer() public method

public StopTimer ( ) : void
return void