FilterAndBroadcastJobListener AddJobGroupPattern Method Quartz.NET API Documentation
If one or more group patterns are specified, only events relating to jobs who's group 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 AddJobGroupPattern(
	string regularExpression
)

Parameters

regularExpression
Type: System String

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

See Also