JobChainingJobListenerAddJobChainLink Method

Quartz.NET 3.0 API Documentation
Add a chain mapping - when the Job identified by the first key completes the job identified by the second key will be triggered.

Namespace:  Quartz.Listener
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public void AddJobChainLink(
	JobKey firstJob,
	JobKey secondJob
)

Parameters

firstJob
Type: QuartzJobKey
a JobKey with the name and group of the first job
secondJob
Type: QuartzJobKey
a JobKey with the name and group of the follow-up job
See Also

Reference