JobChainingJobListener Constructor

Quartz.NET 3.0 API Documentation
Construct an instance with the given name.

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

C#
public JobChainingJobListener(
	string name
)

Parameters

name
Type: SystemString
The name of this instance.
See Also

Reference