QuartzSchedulerNotifyJobListenersToBeExecuted Method

Quartz.NET 3.0 API Documentation
Notifies the job listeners about job to be executed.

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

C#
public virtual Task NotifyJobListenersToBeExecuted(
	IJobExecutionContext jec,
	CancellationToken cancellationToken = null
)

Parameters

jec
Type: QuartzIJobExecutionContext
The jec.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Core.QuartzScheduler.NotifyJobListenersToBeExecuted(Quartz.IJobExecutionContext,System.Threading.CancellationToken)"]

See Also

Reference