TriggerBuilder ForJob Method (IJobDetail)Quartz.NET API Documentation
Set the identity of the Job which should be fired by the produced Trigger, by extracting the JobKey from the given job.

Namespace: Quartz
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public TriggerBuilder ForJob(
	IJobDetail jobDetail
)

Return Value

Type: TriggerBuilder
the updated TriggerBuilder
Remarks

See Also