EverythingMatcherTKeyAllJobs Method

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

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

C#
public static EverythingMatcher<JobKey> AllJobs()

Return Value

Type: EverythingMatcherJobKey

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

See Also

Reference