JobSchedulingDataProcessor ProcessFileAndScheduleJobs Method (IScheduler, Boolean)Quartz.NET API Documentation
Process the xml file in the default location, and schedule all of the jobs defined within it.

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

public virtual void ProcessFileAndScheduleJobs(
	IScheduler sched,
	bool overwriteExistingJobs
)

Parameters

sched
Type: Quartz IScheduler

[Missing <param name="sched"/> documentation for "M:Quartz.Xml.JobSchedulingDataProcessor.ProcessFileAndScheduleJobs(Quartz.IScheduler,System.Boolean)"]

overwriteExistingJobs
Type: System Boolean

[Missing <param name="overwriteExistingJobs"/> documentation for "M:Quartz.Xml.JobSchedulingDataProcessor.ProcessFileAndScheduleJobs(Quartz.IScheduler,System.Boolean)"]

See Also