Showing items from Quartz.net

Quartz.Net 3.0

I went poking around the Quartz.Net repository while trying to answer some related questions on StackOverflow. I noticed that there is now a quartznet-3 branch present (although it’s apparently been there for a couple of months). I pulled the branch but I was unable to build it. It was interesting to see that some things have changed, so you should expect to hear more about those in the form of blog posts.

Continue Reading

Introducing the Quartz.Net Feature Pack

I’d like to introduce the [Quartz.Net feature pack][qnfp] project to you. It’s hosted on GitHub and it’s main purpose is to provide some features that are not currently part of Quartz.Net. Traditionally, Quartz.Net has been a direct port of the Java implementation of Quartz and so it doesn’t typically add new functionality that might be useful if it is not part of the Java version.

Continue Reading

Quartz.Net Built-In Listeners

This is the fifth post in the Quartz.Net Listener Tutorial series. In this post we’ll be looking at the listeners that are shipped with the Quartz.Net distribution.

Scheduler Listeners

If we search through the Quartz.Net codebase we’ll find two classes that implement the ISchedulerListener interface: SchedulerListenerSupport and BroadcastSchedulerListener. Let’s look at these guys in detail now.

Continue Reading