QuartzSchedulerResourcesAddSchedulerPlugin Method

Quartz.NET 3.0 API Documentation
Add the given ISchedulerPlugin for the QuartzScheduler to use. This method expects the plugin's "initialize" method to be invoked externally (either before or after this method is called).

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

C#
public void AddSchedulerPlugin(
	ISchedulerPlugin plugin
)

Parameters

plugin
Type: Quartz.SpiISchedulerPlugin
See Also

Reference