XMLSchedulingDataProcessorPlugin ClassQuartz.NET API Documentation
This plugin loads XML file(s) to add jobs and schedule them with triggers as the scheduler is initialized, and can optionally periodically scan the file for changes.
Inheritance Hierarchy

System Object
  Quartz.Plugin.Xml XMLSchedulingDataProcessorPlugin

Namespace: Quartz.Plugin.Xml
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public class XMLSchedulingDataProcessorPlugin : ISchedulerPlugin, 
	IFileScanListener
Remarks

The periodically scanning of files for changes is not currently supported in a clustered environment.
See Also