IScheduler AddJob Method Quartz.NET API Documentation
Overload List

  NameDescription
Public methodAddJob(IJobDetail, Boolean)
Add the given IJob to the Scheduler - with no associated ITrigger. The IJob will be 'dormant' until it is scheduled with a ITrigger, or TriggerJob(JobKey) is called for it.
Public methodAddJob(IJobDetail, Boolean, Boolean)
Add the given IJob to the Scheduler - with no associated ITrigger. The IJob will be 'dormant' until it is scheduled with a ITrigger, or TriggerJob(JobKey) is called for it.
Top
See Also