IJobStoreGetNumberOfCalendars Method

Quartz.NET 3.0 API Documentation
Get the number of ICalendar s that are stored in the IJobStore.

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

C#
Task<int> GetNumberOfCalendars(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

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

Return Value

Type: TaskInt32

[Missing <returns> documentation for "M:Quartz.Spi.IJobStore.GetNumberOfCalendars(System.Threading.CancellationToken)"]

See Also

Reference