ShutdownHookPlugin ClassQuartz.NET API Documentation
This plugin catches the event of the VM terminating (such as upon a CRTL-C) and tells the scheuler to Shutdown.
Inheritance Hierarchy

System Object
  Quartz.Plugin.Management ShutdownHookPlugin

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

public class ShutdownHookPlugin : ISchedulerPlugin
See Also