IScheduler GetMetaData Method Quartz.NET API Documentation
Get a SchedulerMetaData object describing the settings and capabilities of the scheduler instance.

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

SchedulerMetaData GetMetaData()

Return Value

Type: SchedulerMetaData

[Missing <returns> documentation for "M:Quartz.IScheduler.GetMetaData"]

Remarks

Note that the data returned is an 'instantaneous' snap-shot, and that as soon as it's returned, the meta data values may be different.
See Also