TriggerBuilder ForJob Method Quartz.NET API Documentation
Overload List

  NameDescription
Public methodForJob(String)
Set the identity of the Job which should be fired by the produced Trigger - a JobKey will be produced with the given name and default group.
Public methodForJob(IJobDetail)
Set the identity of the Job which should be fired by the produced Trigger, by extracting the JobKey from the given job.
Public methodForJob(JobKey)
Set the identity of the Job which should be fired by the produced Trigger.
Public methodForJob(String, String)
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.
Top
See Also