BroadcastJobListener Constructor (String, ListIJobListener)

Quartz.NET 3.0 API Documentation
Construct an instance with the given name, and List of listeners.

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

C#
public BroadcastJobListener(
	string name,
	List<IJobListener> listeners
)

Parameters

name
Type: SystemString
the name of this instance
listeners
Type: System.Collections.GenericListIJobListener
the initial List of JobListeners to broadcast to.
Remarks

See Also

Reference