ISchedulerPlugin MembersQuartz.NET API Documentation

The ISchedulerPlugin type exposes the following members.

Methods

  NameDescription
Public methodInitialize
Called during creation of the IScheduler in order to give the ISchedulerPlugin a chance to Initialize.
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.
Top
See Also