IJobStore RemoveJobs Method Quartz.NET API Documentation

[Missing <summary> documentation for "M:Quartz.Spi.IJobStore.RemoveJobs(System.Collections.Generic.IList{Quartz.JobKey})"]

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

bool RemoveJobs(
	IList<JobKey> jobKeys
)

Parameters

jobKeys
Type: System.Collections.Generic IList JobKey 

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Quartz.Spi.IJobStore.RemoveJobs(System.Collections.Generic.IList{Quartz.JobKey})"]

See Also