QuartzScheduler Shutdown Method Quartz.NET API Documentation
Halts the QuartzScheduler's firing of ITriggers, and cleans up all resources associated with the QuartzScheduler. Equivalent to Shutdown(Boolean).

The scheduler cannot be re-started.

Namespace: Quartz.Core
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public virtual void Shutdown()

Implements

IRemotableQuartzScheduler Shutdown 
See Also