QuartzSchedulerDeleteCalendar Method

Quartz.NET 3.0 API Documentation
Delete the identified ICalendar from the Scheduler.

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

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

Parameters

calName
Type: SystemString

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

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

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

Return Value

Type: TaskBoolean
true if the Calendar was found and deleted.

Implements

IRemotableQuartzSchedulerDeleteCalendar(String, CancellationToken)
See Also

Reference