IListenerManagerAddTriggerListenerMatcher Method

Quartz.NET 3.0 API Documentation
Add the given Matcher to the set of matchers for which the listener will receive events if ANY of the matchers match.

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

C#
bool AddTriggerListenerMatcher(
	string listenerName,
	IMatcher<TriggerKey> matcher
)

Parameters

listenerName
Type: SystemString
the name of the listener to add the matcher to
matcher
Type: QuartzIMatcherTriggerKey
the additional matcher to apply for selecting events

Return Value

Type: Boolean
true if the identified listener was found and updated
Remarks

See Also

Reference