Quartz.NET 2 Tutorial - Lesson 1: Using Quartz
Lesson 1: Using Quartz
There are at least two ways to use Quartz.Net: embedded (hosted) in your application or as a standalone windows service.
Embedding Quartz.Net in Your Application
If you are going to host the Quartz.Net scheduler in your application, you’ll need to create a scheduler. This can be easily done through the scheduler factory provided in the distribution. The scheduler factory configures your scheduler for you.
Continue Reading