IListenerManagerGetTriggerListenerMatchers Method

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

C#
IReadOnlyCollection<IMatcher<TriggerKey>> GetTriggerListenerMatchers(
	string listenerName
)

Parameters

listenerName
Type: SystemString
the name of the listener to add the matcher to

Return Value

Type: IReadOnlyCollectionIMatcherTriggerKey
the matchers registered for selecting events for the identified listener
Remarks

See Also

Reference