TriggerBuilderForJob Method (JobKey)

Quartz.NET 3.0 API Documentation
Set the identity of the Job which should be fired by the produced Trigger.

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

C#
public TriggerBuilder ForJob(
	JobKey jobKey
)

Parameters

jobKey
Type: QuartzJobKey
the identity of the Job to fire.

Return Value

Type: TriggerBuilder
the updated TriggerBuilder
Remarks

See Also

Reference