ShutdownHookPlugin Initialize Method Quartz.NET API Documentation
Called during creation of the IScheduler in order to give the ISchedulerPlugin a chance to Initialize.

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

public virtual void Initialize(
	string pluginName,
	IScheduler sched
)

Parameters

pluginName
Type: System String

[Missing <param name="pluginName"/> documentation for "M:Quartz.Plugin.Management.ShutdownHookPlugin.Initialize(System.String,Quartz.IScheduler)"]

sched
Type: Quartz IScheduler

[Missing <param name="sched"/> documentation for "M:Quartz.Plugin.Management.ShutdownHookPlugin.Initialize(System.String,Quartz.IScheduler)"]

Implements

ISchedulerPlugin Initialize(String, IScheduler)
See Also