QuartzSchedulerNotifyJobStoreJobComplete Method

Quartz.NET 3.0 API Documentation
Notifies the job store job complete.

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

C#
public virtual Task NotifyJobStoreJobComplete(
	IOperableTrigger trigger,
	IJobDetail detail,
	SchedulerInstruction instCode,
	CancellationToken cancellationToken = null
)

Parameters

trigger
Type: Quartz.SpiIOperableTrigger

[Missing <param name="trigger"/> documentation for "M:Quartz.Core.QuartzScheduler.NotifyJobStoreJobComplete(Quartz.Spi.IOperableTrigger,Quartz.IJobDetail,Quartz.SchedulerInstruction,System.Threading.CancellationToken)"]

detail
Type: QuartzIJobDetail

[Missing <param name="detail"/> documentation for "M:Quartz.Core.QuartzScheduler.NotifyJobStoreJobComplete(Quartz.Spi.IOperableTrigger,Quartz.IJobDetail,Quartz.SchedulerInstruction,System.Threading.CancellationToken)"]

instCode
Type: QuartzSchedulerInstruction

[Missing <param name="instCode"/> documentation for "M:Quartz.Core.QuartzScheduler.NotifyJobStoreJobComplete(Quartz.Spi.IOperableTrigger,Quartz.IJobDetail,Quartz.SchedulerInstruction,System.Threading.CancellationToken)"]

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Core.QuartzScheduler.NotifyJobStoreJobComplete(Quartz.Spi.IOperableTrigger,Quartz.IJobDetail,Quartz.SchedulerInstruction,System.Threading.CancellationToken)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Core.QuartzScheduler.NotifyJobStoreJobComplete(Quartz.Spi.IOperableTrigger,Quartz.IJobDetail,Quartz.SchedulerInstruction,System.Threading.CancellationToken)"]

See Also

Reference