QuartzSchedulerThread Class

Quartz.NET 3.0 API Documentation
The thread responsible for performing the work of firing ITrigger s that are registered with the QuartzScheduler.
Inheritance Hierarchy

SystemObject
  Quartz.CoreQuartzSchedulerThread

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

C#
public class QuartzSchedulerThread

The QuartzSchedulerThread type exposes the following members.

Methods

  NameDescription
Public methodClearSignaledSchedulingChange
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 methodGetSignaledNextFireTimeUtc
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHandleDbRetry
Public methodIsScheduleChanged
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRun
The main processing loop of the QuartzSchedulerThread.
Public methodShutdown
Public methodSignalSchedulingChange
Signals the main processing loop that a change in scheduling has been made - in order to interrupt any sleeping that may be occurring while waiting for the fire time to arrive.
Public methodStart
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference