QuartzSchedulerResources Class

Quartz.NET 3.0 API Documentation
Contains all of the resources (IJobStore,IThreadPool, etc.) necessary to create a QuartzScheduler instance.
Inheritance Hierarchy

SystemObject
  Quartz.CoreQuartzSchedulerResources

Namespace:  Quartz.Core
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public class QuartzSchedulerResources

The QuartzSchedulerResources type exposes the following members.

Constructors

  NameDescription
Public methodQuartzSchedulerResources
Initializes a new instance of the QuartzSchedulerResources class
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 propertyThreadName
Get or set the name for the QuartzSchedulerThread.
Public propertyThreadPool
Get or set the ThreadPool for the QuartzScheduler to use.
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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(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
See Also

Reference