Quartz. NET open-source job scheduling framework series, quartz.net framework
Quartz. NET is a widely used open-source job scheduling framework. It is created in C # and can be conveniently used in winform and asp.net applications. Quartz. NET provides 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, clusters, ins, and cron-like expressions.
For Quartz. the use of. NET introduces parameter transfer between basic and Cron expressions and different jobs, and describes plug-in tasks, finally, we discussed how to maintain the AdoJobStore to the database.
To facilitate quick search, we will list this series of articles as follows:
Quartz. NET open-source job scheduling framework series (1): Quick Start step by step
Quartz. NET open-source job scheduling framework series (II): CronTrigger
Quartz. NET open-source job scheduling framework series (III): IJobExecutionContext parameter transfer
Quartz. NET open-source Job scheduling framework series (4): Plugin Job
Quartz. NET open-source job scheduling framework series (5): AdoJobStore stores jobs to databases