IListenerManager GetTriggerListenerMatchers Method Quartz.NET API Documentation
Get 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

IList<IMatcher<TriggerKey>> GetTriggerListenerMatchers(
	string listenerName
)

Parameters

listenerName
Type: System String
the name of the listener to add the matcher to

Return Value

Type: IList IMatcher TriggerKey  
the matchers registered for selecting events for the identified listener
Remarks

See Also