JobRunShell MembersQuartz.NET API Documentation

The JobRunShell type exposes the following members.

Constructors

  NameDescription
Public methodJobRunShell
Create a JobRunShell instance with the given settings.
Top
Methods

  NameDescription
Protected methodBegin
Runs begin procedures on this instance.
Protected methodComplete
Completes the execution.
Public methodCompleteTriggerRetryLoop
Completes the trigger retry loop.
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.)
Public methodInitialize
Initializes the job execution context with given scheduler and bundle.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPassivate
Passivates this instance.
Public methodRequestShutdown
Requests the Shutdown.
Public methodRun
This method has to be implemented in order that starting of the thread causes the object's run method to be called in that separately executing thread.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodVetoedJobRetryLoop
Vetoeds the job retry loop.
Top
See Also