IScheduler ScheduleJob Method Quartz.NET API Documentation
Overload List

  NameDescription
Public methodScheduleJob(ITrigger)
Schedule the given ITrigger with the IJob identified by the ITrigger's settings.
Public methodScheduleJob(IJobDetail, ITrigger)
Add the given IJobDetail to the Scheduler, and associate the given ITrigger with it.
Public methodScheduleJob(IJobDetail, ISet ITrigger , Boolean)
Schedule the given job with the related set of triggers.
Top
See Also