Scheduling a Quartz.Net Job Using Xml
Quartz.Net ships with a plugin that allows you to schedule jobs using an xml configuration file. By default this configuration file is called quartz_jobs.xml. In this post I will describe how to schedule a job with a cron trigger using this xml format. Here are the contents of the XML file:
Continue Reading