IScheduler Shutdown Method Quartz.NET API Documentation
Overload List

  NameDescription
Public methodShutdown 
Halts the IScheduler's firing of ITriggers, and cleans up all resources associated with the Scheduler. Equivalent to Shutdown(false).
Public methodShutdown(Boolean)
Halts the IScheduler's firing of ITriggers, and cleans up all resources associated with the Scheduler.
Top
See Also