C# Class Quartz.Examples.Example9.ListenerExample

Demonstrates the behavior of IJobListeners. In particular, this example will use a job listener to trigger another job after one job successfully executes.
Inheritance: IExample
Afficher le fichier Open project: quartznet/quartznet

Méthodes publiques

Méthode Description
Run ( ) : System.Threading.Tasks.Task

Method Details

Run() public méthode

public Run ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task