QuartzScheduler NotifySchedulerListenersJobAdded Method Quartz.NET API Documentation

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

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

public virtual void NotifySchedulerListenersJobAdded(
	IJobDetail jobDetail
)

Parameters

jobDetail
Type: Quartz IJobDetail

[Missing <param name="jobDetail"/> documentation for "M:Quartz.Core.QuartzScheduler.NotifySchedulerListenersJobAdded(Quartz.IJobDetail)"]

See Also