QuartzSchedulerNotifyJobListenersWasVetoed Method

Quartz.NET 3.0 API Documentation
Notifies the job listeners that job execution was vetoed.

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

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

Parameters

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

Return Value

Type: Task

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

See Also

Reference