C# Class InvertedSoftware.WorkflowEngine.JobTimer

Afficher le fichier Open project: invertedsoftware/Inverted-Software-Workflow-Engine Class Usage Examples

Méthodes publiques

Méthode Description
JobTimer ( int interval, Thread jobThread ) : System
StopTimer ( ) : void

Private Methods

Méthode Description
OnTimedEvent ( object source, System.Timers.ElapsedEventArgs e ) : void

Method Details

JobTimer() public méthode

public JobTimer ( int interval, Thread jobThread ) : System
interval int
jobThread Thread
Résultat System

StopTimer() public méthode

public StopTimer ( ) : void
Résultat void