QuartzSchedulerRemoveinternalTriggerListener Method

Quartz.NET 3.0 API Documentation
Remove the identified ITriggerListener from the IScheduler's list of internal listeners.

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

C#
public bool RemoveinternalTriggerListener(
	string name
)

Parameters

name
Type: SystemString

Return Value

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

Reference