QuartzSchedulerResources MembersQuartz.NET API Documentation

The QuartzSchedulerResources type exposes the following members.

Constructors

  NameDescription
Public methodQuartzSchedulerResources
Initializes a new instance of the QuartzSchedulerResources class
Top
Methods

  NameDescription
Public methodAddSchedulerPlugin
Add the given ISchedulerPlugin for the QuartzScheduler to use. This method expects the plugin's "initialize" method to be invoked externally (either before or after this method is called).
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 methodGetUniqueIdentifier 
Gets the unique identifier.
Public methodStatic memberGetUniqueIdentifier(String, String)
Gets the unique identifier.
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 propertyBatchTimeWindow
Gets or sets the batch time window.
Public propertyInstanceId
Get or set the instance Id for the QuartzScheduler.
Public propertyInterruptJobsOnShutdown
Public propertyInterruptJobsOnShutdownWithWait
Public propertyJobRunShellFactory
Get or set the JobRunShellFactory for the QuartzScheduler to use.
Public propertyJobStore
Get or set the IJobStore for the QuartzScheduler to use.
Public propertyMakeSchedulerThreadDaemon
Gets or sets a value indicating whether to make scheduler thread daemon.
Public propertyMaxBatchSize
Public propertyName
Get or set the name for the QuartzScheduler.
Public propertySchedulerExporter
Gets or sets the scheduler exporter.
Public propertySchedulerPlugins
Public propertyThreadExecutor
The ThreadExecutor which runs the QuartzSchedulerThread.
Public propertyThreadName
Get or set the name for the QuartzSchedulerThread.
Public propertyThreadPool
Get or set the ThreadPool for the QuartzScheduler to use.
Top
See Also