ShutdownHookPlugin Start Method Quartz.NET API Documentation
Called when the associated IScheduler is started, in order to let the plug-in know it can now make calls into the scheduler if it needs to.

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

public virtual void Start()

Implements

ISchedulerPlugin Start 
See Also