Quartz.NET implementation doesn't jive with tutorials

后端 未结 3 1775
感情败类
感情败类 2021-02-02 08:56

I attempted to implement a very simple Quartz.net implementation using this tutorial

using Quartz;
using Quartz.Impl;

// construct a scheduler factory
ISchedule         


        
3条回答
  •  爱一瞬间的悲伤
    2021-02-02 09:30

    I'm pleased to announce that Quartz.NET's web site has been successfully migrated to GitHub Pages. It should be now easier for community contribute fixes and enhancements.

    The tutorial is (finally) updated to include 2.x changes:

    http://www.quartz-scheduler.net/documentation/quartz-2.x/tutorial/index.html

    Site is written in Markdown and can be updated with pull requests via GitHub:

    https://github.com/quartznet/quartznet/tree/gh-pages

提交回复
热议问题