MisfireInstructionCalendarIntervalTrigger Structure

Quartz.NET 3.0 API Documentation
Misfire instructions for DateIntervalTrigger

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

C#
public struct CalendarIntervalTrigger

The MisfireInstructionCalendarIntervalTrigger type exposes the following members.

Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields

  NameDescription
Public fieldStatic memberDoNothing
Instructs the IScheduler that upon a mis-fire situation, the ICalendarIntervalTrigger wants to have it's next-fire-time updated to the next time in the schedule after the current time (taking into account any associated ICalendar), but it does not want to be fired now.
Public fieldStatic memberFireOnceNow
Instructs the IScheduler that upon a mis-fire situation, the ICalendarIntervalTrigger wants to be fired now by IScheduler.
Top
See Also

Reference