SchedulerMetaData Class

Quartz.NET 3.0 API Documentation
Describes the settings and capabilities of a given IScheduler instance.
Inheritance Hierarchy

SystemObject
  QuartzSchedulerMetaData

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

C#
[SerializableAttribute]
public class SchedulerMetaData

The SchedulerMetaData type exposes the following members.

Constructors

  NameDescription
Public methodSchedulerMetaData
Initializes a new instance of the SchedulerMetaData class.
Top
Properties

  NameDescription
Public propertyInStandbyMode
Reports whether the IScheduler is in standby mode.
Public propertyJobStoreClustered
Returns whether or not the IScheduler's IJobStore is clustered.
Public propertyJobStoreSupportsPersistence
Returns whether or not the IScheduler'sIJobStore instance supports persistence.
Public propertyJobStoreType
Returns the class-name of the IJobStore instance that is being used by the IScheduler.
Public propertyNumberOfJobsExecuted
Returns the number of jobs executed since the IScheduler started..
Public propertyRunningSince
Returns the DateTimeOffset at which the Scheduler started running.
Public propertySchedulerInstanceId
Returns the instance Id of the IScheduler.
Public propertySchedulerName
Returns the name of the IScheduler.
Public propertySchedulerRemote
Returns whether the IScheduler is being used remotely (via remoting).
Public propertySchedulerType
Returns the class-name of the IScheduler instance.
Public propertyShutdown
Reports whether the IScheduler has been Shutdown.
Public propertyStarted
Returns whether the scheduler has been started.
Public propertyThreadPoolSize
Returns the number of threads currently in the IScheduler's
Public propertyThreadPoolType
Returns the type name of the thread pool instance that is being used by the IScheduler.
Public propertyVersion
Returns the version of Quartz that is running.
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 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 methodGetSummary
Returns a formatted (human readable) string describing all the IScheduler's meta-data values.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Return a simple string representation of this object.
(Overrides ObjectToString.)
Top
See Also

Reference