TriggerBuilderForJob Method (String, String)

Quartz.NET 3.0 API Documentation
Set the identity of the Job which should be fired by the produced Trigger - a JobKey will be produced with the given name and group.

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

C#
public TriggerBuilder ForJob(
	string jobName,
	string jobGroup
)

Parameters

jobName
Type: SystemString
the name of the job to fire.
jobGroup
Type: SystemString
the group of the job to fire.

Return Value

Type: TriggerBuilder
the updated TriggerBuilder
Remarks

See Also

Reference