IJobDetail MembersQuartz.NET API Documentation

The IJobDetail type exposes the following members.

Methods

  NameDescription
Public methodClone
Creates a new object that is a copy of the current instance.
(Inherited from ICloneable.)
Public methodGetJobBuilder
Get a JobBuilder that is configured to produce a IJobDetail identical to this one.
Top
Properties

  NameDescription
Public propertyConcurrentExecutionDisallowed
Whether the associated Job class carries the DisallowConcurrentExecutionAttribute.
Public propertyDescription
Get or set the description given to the IJob instance by its creator (if any).
Public propertyDurable
Whether or not the IJob should remain stored after it is orphaned (no ITriggers point to it).
Public propertyJobDataMap
Get or set the JobDataMap that is associated with the IJob.
Public propertyJobType
Get or sets the instance of IJob that will be executed.
Public propertyKey
The key that identifies this jobs uniquely.
Public propertyPersistJobDataAfterExecution
Whether the associated Job class carries the PersistJobDataAfterExecutionAttribute.
Public propertyRequestsRecovery
Set whether or not the the IScheduler should re-Execute the IJob if a 'recovery' or 'fail-over' situation is encountered.
Top
See Also