Quartz.net is a widely used open source job scheduling framework that is easily used in WinForm and ASP. NET applications because it is created in the C # language. Quartz.net offers great flexibility but simplicity. Developers can use it to quickly create and execute an automated job. Quartz.net has many features, such as: Database support, clustering, plugins, support cron-like expressions, etc.
In view of the use of quartz.net , this paper introduces the basic entry, cron expression, parameter transfer between different jobs, describes the plug-in task, and finally discusses how to keep the Adojobstore in the database.
To facilitate quick retrieval, this series of articles is listed as follows:
Quartz.net Open Source Job scheduling Framework series (i): Quick Start Step by step
Quartz.net Open Source Job scheduling Framework series (b): Crontrigger
Quartz.net Open Source Job scheduling framework Series (iii): Ijobexecutioncontext parameter passing
Quartz.net Open Source Job scheduling framework series (iv):P Lugin job
Quartz.net Open Source Job scheduling Framework Series (V): Adojobstore Save job to Database
Quartz.net Open Source Job scheduling Framework Series