Where is the documentation for Quartz.NET configuration files?

后端 未结 3 1329
生来不讨喜
生来不讨喜 2020-12-23 17:09

I can\'t find documentation anywhere on the syntax for Quartz.NET configuration files. I\'d like to learn about

  1. Configuring the service itself

3条回答
  •  滥情空心
    2020-12-23 17:44

    I was having a heck of a time finding info on the config format as well. Turns out the Quartz.Net source contains a nice sample App.config file in src/Quartz.Examples. It looks like the snippet below, except that I've omitted the Common.Logging configuration, which is explained in detail (with an example) in the Common.Logging documentation.

    
    
      
        

    J has a discussion of other configuration options in How Does Quartz.Net Configuration Work?, and I expect the best place to find a "complete" list of possible properties is the Java Quartz documentation that Andreas linked, though it should probably only be used as a guide to see Quartz.Net's potential rather than true documentation per se since there are at least a couple differences.

提交回复
热议问题