IMatcher T  InterfaceQuartz.NET API Documentation
Matchers can be used in various IScheduler API methods to select the entities that should be operated upon.

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

public interface IMatcher<T>
where T : Key<T>
Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:Quartz.IMatcher`1"]

See Also