IScheduler GetJobKeys Method Quartz.NET API Documentation
Get the keys of all the IJobDetails in the matching groups.

Namespace: Quartz
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.IScheduler.GetJobKeys(Quartz.Impl.Matchers.GroupMatcher{Quartz.JobKey})"]

Return Value

Type: ISet JobKey 

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

See Also