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
显示文件 Open project: quartznet/quartznet

Public Methods

Method Description
Run ( ) : System.Threading.Tasks.Task

Method Details

Run() public method

public Run ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task