ISchedulerSignaler Interface

Quartz.NET 3.0 API Documentation
An interface to be used by IJobStore instances in order to communicate signals back to the QuartzScheduler.

Namespace:  Quartz.Spi
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public interface ISchedulerSignaler

The ISchedulerSignaler type exposes the following members.

Methods

  NameDescription
Public methodNotifySchedulerListenersError
Informs scheduler listeners about an exception that has occurred.
Public methodNotifySchedulerListenersFinalized
Notifies the scheduler about finalized trigger.
Public methodNotifySchedulerListenersJobDeleted
Public methodNotifyTriggerListenersMisfired
Notifies the scheduler about misfired trigger.
Public methodSignalSchedulingChange
Signals the scheduling change.
Top
See Also

Reference