IJobStoreGetCalendarNames Method

Quartz.NET 3.0 API Documentation
Get the names of all of the ICalendar s in the IJobStore.

If there are no Calendars in the given group name, the result should be a zero-length array (not ).

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

C#
Task<IReadOnlyCollection<string>> GetCalendarNames(
	CancellationToken cancellationToken = null
)

Parameters

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

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

Return Value

Type: TaskIReadOnlyCollectionString

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

See Also

Reference