IMatcherT Interface

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
public interface IMatcher<T>
where T : Key<T>

Type Parameters

T

The IMatcherT type exposes the following members.

Methods

  NameDescription
Public methodEquals
Public methodGetHashCode
Public methodIsMatch
Top
See Also

Reference