IJobStore GetJobKeys Method Quartz.NET API Documentation
Get the names of all of the IJob s that have the given group name.

If there are no jobs in the given group name, the result should be a zero-length array (not  ).

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

ISet<JobKey> GetJobKeys(
	GroupMatcher<JobKey> matcher
)

Parameters

matcher
Type: Quartz.Impl.Matchers GroupMatcher JobKey 

[Missing <param name="matcher"/> documentation for "M:Quartz.Spi.IJobStore.GetJobKeys(Quartz.Impl.Matchers.GroupMatcher{Quartz.JobKey})"]

Return Value

Type: ISet JobKey 

[Missing <returns> documentation for "M:Quartz.Spi.IJobStore.GetJobKeys(Quartz.Impl.Matchers.GroupMatcher{Quartz.JobKey})"]

See Also