IListenerManager AddJobListener Method Quartz.NET API Documentation
Overload List

  NameDescription
Public methodAddJobListener(IJobListener,  IMatcher JobKey  )
Add the given IJobListener to theIScheduler, and register it to receive events for Jobs that are matched by ANY of the given Matchers.
Public methodAddJobListener(IJobListener, IList IMatcher JobKey  )
Add the given IJobListener to theIScheduler, and register it to receive events for Jobs that are matched by ANY of the given Matchers.
Top
See Also