OrMatcherTKeyOrT Method

Quartz.NET 3.0 API Documentation
Create an OrMatcher that depends upon the result of at least one of the given matchers.

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

C#
public static OrMatcher<T> Or<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.OrMatcher`1.Or``1(Quartz.IMatcher{``0},Quartz.IMatcher{``0})"]

rightOperand
Type: QuartzIMatcherT

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

Type Parameters

T

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

Return Value

Type: OrMatcherT

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

See Also

Reference