Job persistence

  • The design of Quartz.NET includes an IJobStore interface that can be implemented to provide various mechanisms for the storage of jobs
  • With the use of the included AdoJobStore, all jobs and triggers configured as non-volatile are stored in a relational database via ADO.NET
  • With the use of the included RAMJobStore, all jobs and triggers are stored in RAM and therefore do not persist between program executions but this has the advantage of not requiring an external database

 

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset