QuartzSchedulerGetCalendar Method

Quartz.NET 3.0 API Documentation
Get the ICalendar instance with the given name.

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

C#
public virtual Task<ICalendar> GetCalendar(
	string calName,
	CancellationToken cancellationToken = null
)

Parameters

calName
Type: SystemString

[Missing <param name="calName"/> documentation for "M:Quartz.Core.QuartzScheduler.GetCalendar(System.String,System.Threading.CancellationToken)"]

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Core.QuartzScheduler.GetCalendar(System.String,System.Threading.CancellationToken)"]

Return Value

Type: TaskICalendar

[Missing <returns> documentation for "M:Quartz.Core.QuartzScheduler.GetCalendar(System.String,System.Threading.CancellationToken)"]

Implements

IRemotableQuartzSchedulerGetCalendar(String, CancellationToken)
See Also

Reference