QuartzScheduler GetJobKeys Method Quartz.NET API Documentation
Get the names of all the IJobs in the given group.

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

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

Parameters

matcher
Type: Quartz.Impl.Matchers GroupMatcher JobKey 

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

Return Value

Type: ISet JobKey 

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

Implements

IRemotableQuartzScheduler GetJobKeys(GroupMatcher JobKey )
See Also