FilterAndBroadcastJobListener AddJobNamePattern Method Quartz.NET API Documentation
If one or more name patterns are specified, only events relating to jobs who's name matches the given regular expression pattern will be dispatched to the delegate listeners.

Namespace: Quartz.Listener
Assembly: Quartz (in Quartz.dll) Version: 1.0.3.3
Syntax

public void AddJobNamePattern(
	string regularExpression
)

Parameters

regularExpression
Type: System String

[Missing <param name="regularExpression"/> documentation for "M:Quartz.Listener.FilterAndBroadcastJobListener.AddJobNamePattern(System.String)"]

See Also