FiredTriggerRecord MembersQuartz.NET API Documentation

The FiredTriggerRecord type exposes the following members.

Constructors

  NameDescription
Public methodFiredTriggerRecord
Initializes a new instance of the FiredTriggerRecord class
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyFireInstanceId
Gets or sets the fire instance id.
Public propertyFireInstanceState
Gets or sets the state of the fire instance.
Public propertyFireTimestamp
Gets or sets the fire timestamp.
Public propertyJobIsStateful
Gets or sets a value indicating whether [job is stateful].
Public propertyJobKey
Gets or sets the job key.
Public propertyJobRequestsRecovery
Gets or sets a value indicating whether [job requests recovery].
Public propertyPriority
Gets or sets the priority.
Public propertySchedulerInstanceId
Gets or sets the scheduler instance id.
Public propertyTriggerIsVolatile
Gets or sets a value indicating whether [trigger is volatile].
Public propertyTriggerKey
Gets or sets the trigger key.
Top
See Also