IJobStoreRetrieveCalendar Method

Quartz.NET 3.0 API Documentation
Retrieve the given ITrigger.

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

C#
Task<ICalendar> RetrieveCalendar(
	string calName,
	CancellationToken cancellationToken = null
)

Parameters

calName
Type: SystemString
The name of the ICalendar to be retrieved.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskICalendar
The desired ICalendar, or null if there is no match.
See Also

Reference