EverythingMatcherTKeyAllTriggers Method

Quartz.NET 3.0 API Documentation
Create an EverythingMatcher that matches all triggers.

Namespace:  Quartz.Impl.Matchers
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
public static EverythingMatcher<TriggerKey> AllTriggers()

Return Value

Type: EverythingMatcherTriggerKey

[Missing <returns> documentation for "M:Quartz.Impl.Matchers.EverythingMatcher`1.AllTriggers"]

See Also

Reference