IListenerManager RemoveTriggerListenerMatcher Method Quartz.NET API Documentation
Remove 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: 2.2.1.400
Syntax

bool RemoveTriggerListenerMatcher(
	string listenerName,
	IMatcher<TriggerKey> matcher
)

Parameters

listenerName
Type: System String
the name of the listener to add the matcher to
matcher
Type: Quartz IMatcher TriggerKey 
the additional matcher to apply for selecting events

Return Value

Type: Boolean
true if the given matcher was found and removed from the listener's list of matchers
Remarks

See Also