Getting Started With Quartz.Net: Part 3
In Part 2 of this series you learned how to configure the Quartz.Net service, and now it’s time to get your server to actually do something. Let’s look at how to load some jobs via the quartz_jobs.xml file. First, consider this short description of how the overall process works: When you start the server, a job store is created in memory.
Continue Reading