ShutdownHookPlugin MembersQuartz.NET API Documentation

The ShutdownHookPlugin type exposes the following members.

Constructors

  NameDescription
Public methodShutdownHookPlugin
Initializes a new instance of the ShutdownHookPlugin 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.)
Public methodInitialize
Called during creation of the IScheduler in order to give the ISchedulerPlugin a chance to Initialize.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodShutdown
Called in order to inform the ISchedulerPlugin that it should free up all of it's resources because the scheduler is shutting down.
Public methodStart
Called when the associated IScheduler is started, in order to let the plug-in know it can now make calls into the scheduler if it needs to.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCleanShutdown
Determine whether or not the plug-in is configured to cause a clean Shutdown of the scheduler.

The default value is  .

Top
See Also