ShutdownHookPlugin Shutdown Method Quartz.NET API Documentation
Called in order to inform the ISchedulerPlugin that it should free up all of it's resources because the scheduler is shutting down.

Namespace: Quartz.Plugin.Management
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
Syntax

public virtual void Shutdown()

Implements

ISchedulerPlugin Shutdown 
See Also