IListenerManagerRemoveJobListenerMatcher Method

Quartz.NET 3.0 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: 3.0.0
Syntax

C#
bool RemoveJobListenerMatcher(
	string listenerName,
	IMatcher<JobKey> matcher
)

Parameters

listenerName
Type: SystemString
the name of the listener to add the matcher to
matcher
Type: QuartzIMatcherJobKey
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

Reference