ISchedulerGetMetaData Method

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

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

C#
Task<SchedulerMetaData> GetMetaData(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.IScheduler.GetMetaData(System.Threading.CancellationToken)"]

Return Value

Type: TaskSchedulerMetaData

[Missing <returns> documentation for "M:Quartz.IScheduler.GetMetaData(System.Threading.CancellationToken)"]

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

Reference