BroadcastSchedulerListener ClassQuartz.NET API Documentation
Holds a List of references to SchedulerListener instances and broadcasts all events to them (in order).
Inheritance Hierarchy

System Object
  Quartz.Listener BroadcastSchedulerListener

Namespace: Quartz.Listener
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
Syntax

public class BroadcastSchedulerListener : ISchedulerListener
Remarks

This may be more convenient than registering all of the listeners directly with the Scheduler, and provides the flexibility of easily changing which listeners get notified.
See Also