With the prior understanding and configuration of the principles of quartz.net, it is now necessary to implement the monitoring and management of running tasks, complete the development of the task management platform, the relevant code has been managed Github:https://github.com/vicentdong/taskmanager
Code Structure
(1) Taskmanagercommon: Common methods for task management, including database access classes, file read classes, etc.
(2) Taskmanagerlistener: Listener Class Library for task management, storing custom listeners
(3) Taskmanagerserver: Background Service program for task management, control the status of the job
(4) Taskmanagertaskset: Task management Task Implementation Class library, the specific implementation class for each task, etc.
(5) Taskmanagerutility: Task management tool Library, storage Quartz.net Concrete method implementation class, etc.
(6) Taskmanagerweb: Task Management page Management page, storage job, task management page, etc.
When you use it, make sure that the task Management background service is running when you access the background-managed Web page.
To run the page:
Development of task management platform based on Quartz.net (3)--Task management platform