0

I am new in quartz.NET. I was trying to find in documentation 3.x the list of available properties for config file but with no success. Is there any complete list or sample config files from examples are all we have?

kbysiec
  • 578
  • 1
  • 4
  • 21
  • 5
    You may find this useful: https://stackoverflow.com/questions/7961235/where-is-the-documentation-for-quartz-net-configuration-files – Alex Feb 21 '18 at 10:11
  • Possible duplicate of [Where is the documentation for Quartz.NET configuration files?](https://stackoverflow.com/questions/7961235/where-is-the-documentation-for-quartz-net-configuration-files) – Set Feb 25 '18 at 11:58

1 Answers1

-5

This is the official documentation from them

https://www.quartz-scheduler.net/documentation/quartz-3.x/quick-start.html

Sudeep Reddy
  • 611
  • 7
  • 8
  • Thanks, I know it but there is any information about the available property list. At least I could not find it. – kbysiec Feb 21 '18 at 13:40