QuartzScheduler RemoveInternalJobListener Method Quartz.NET API Documentation
Remove the identified IJobListener from the IScheduler's list of internal listeners.

Namespace: Quartz.Core
Assembly: Quartz (in Quartz.dll) Version: 2.2.1.400
Syntax

public bool RemoveInternalJobListener(
	string name
)

Parameters

name
Type: System String

[Missing <param name="name"/> documentation for "M:Quartz.Core.QuartzScheduler.RemoveInternalJobListener(System.String)"]

Return Value

Type: Boolean
true if the identified listener was found in the list, and removed.
See Also