MisfireInstruction Structure

Quartz.NET 3.0 API Documentation
Misfire instructions.

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

C#
public struct MisfireInstruction

The MisfireInstruction 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 memberIgnoreMisfirePolicy
Instructs the IScheduler that the ITrigger will never be evaluated for a misfire situation, and that the scheduler will simply try to fire it as soon as it can, and then update the Trigger as if it had fired at the proper time.
Public fieldStatic memberInstructionNotSet
Instruction not set (yet).
Public fieldStatic memberSmartPolicy
Use smart policy.
Top
See Also

Reference