AndMatcherTKeyAndT Method

Quartz.NET 3.0 API Documentation
Create an AndMatcher that depends upon the result of both of the given matchers.

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

C#
public static AndMatcher<T> And<T>(
	IMatcher<T> leftOperand,
	IMatcher<T> rightOperand
)
where T : Key<T>

Parameters

leftOperand
Type: QuartzIMatcherT

[Missing <param name="leftOperand"/> documentation for "M:Quartz.Impl.Matchers.AndMatcher`1.And``1(Quartz.IMatcher{``0},Quartz.IMatcher{``0})"]

rightOperand
Type: QuartzIMatcherT

[Missing <param name="rightOperand"/> documentation for "M:Quartz.Impl.Matchers.AndMatcher`1.And``1(Quartz.IMatcher{``0},Quartz.IMatcher{``0})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Quartz.Impl.Matchers.AndMatcher`1.And``1(Quartz.IMatcher{``0},Quartz.IMatcher{``0})"]

Return Value

Type: AndMatcherT

[Missing <returns> documentation for "M:Quartz.Impl.Matchers.AndMatcher`1.And``1(Quartz.IMatcher{``0},Quartz.IMatcher{``0})"]

See Also

Reference