IJobStore GetTriggerKeys Method Quartz.NET API Documentation
Get the names of all of the ITriggers that have the given group name.

If there are no triggers 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<TriggerKey> GetTriggerKeys(
	GroupMatcher<TriggerKey> matcher
)

Parameters

matcher
Type: Quartz.Impl.Matchers GroupMatcher TriggerKey 

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

Return Value

Type: ISet TriggerKey 

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

See Also