AndMatcherTKey Constructor

Quartz.NET 3.0 API Documentation

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

C#
protected AndMatcher(
	IMatcher<TKey> leftOperand,
	IMatcher<TKey> rightOperand
)

Parameters

leftOperand
Type: QuartzIMatcherTKey

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

rightOperand
Type: QuartzIMatcherTKey

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

See Also

Reference