QuartzScheduler DeleteJobs Method Quartz.NET API Documentation

[Missing <summary> documentation for "M:Quartz.Core.QuartzScheduler.DeleteJobs(System.Collections.Generic.IList{Quartz.JobKey})"]

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

public bool DeleteJobs(
	IList<JobKey> jobKeys
)

Parameters

jobKeys
Type: System.Collections.Generic IList JobKey 

[Missing <param name="jobKeys"/> documentation for "M:Quartz.Core.QuartzScheduler.DeleteJobs(System.Collections.Generic.IList{Quartz.JobKey})"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Quartz.Core.QuartzScheduler.DeleteJobs(System.Collections.Generic.IList{Quartz.JobKey})"]

Implements

IRemotableQuartzScheduler DeleteJobs(IList JobKey )
See Also