QuartzScheduler NotifySchedulerListenersJobDeleted Method Quartz.NET API Documentation

[Missing <summary> documentation for "M:Quartz.Core.QuartzScheduler.NotifySchedulerListenersJobDeleted(Quartz.JobKey)"]

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

public virtual void NotifySchedulerListenersJobDeleted(
	JobKey jobKey
)

Parameters

jobKey
Type: Quartz JobKey

[Missing <param name="jobKey"/> documentation for "M:Quartz.Core.QuartzScheduler.NotifySchedulerListenersJobDeleted(Quartz.JobKey)"]

See Also