JobStoreSupportTriggeredJobComplete Method (ConnectionAndTransactionHolder, IOperableTrigger, IJobDetail, SchedulerInstruction, CancellationToken)

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.TriggeredJobComplete(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.Spi.IOperableTrigger,Quartz.IJobDetail,Quartz.SchedulerInstruction,System.Threading.CancellationToken)"]

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

C#
protected virtual Task TriggeredJobComplete(
	ConnectionAndTransactionHolder conn,
	IOperableTrigger trigger,
	IJobDetail jobDetail,
	SchedulerInstruction triggerInstCode,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder

[Missing <param name="conn"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.TriggeredJobComplete(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.Spi.IOperableTrigger,Quartz.IJobDetail,Quartz.SchedulerInstruction,System.Threading.CancellationToken)"]

trigger
Type: Quartz.SpiIOperableTrigger

[Missing <param name="trigger"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.TriggeredJobComplete(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.Spi.IOperableTrigger,Quartz.IJobDetail,Quartz.SchedulerInstruction,System.Threading.CancellationToken)"]

jobDetail
Type: QuartzIJobDetail

[Missing <param name="jobDetail"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.TriggeredJobComplete(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.Spi.IOperableTrigger,Quartz.IJobDetail,Quartz.SchedulerInstruction,System.Threading.CancellationToken)"]

triggerInstCode
Type: QuartzSchedulerInstruction

[Missing <param name="triggerInstCode"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.TriggeredJobComplete(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.Spi.IOperableTrigger,Quartz.IJobDetail,Quartz.SchedulerInstruction,System.Threading.CancellationToken)"]

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.TriggeredJobComplete(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.Spi.IOperableTrigger,Quartz.IJobDetail,Quartz.SchedulerInstruction,System.Threading.CancellationToken)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.TriggeredJobComplete(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.Spi.IOperableTrigger,Quartz.IJobDetail,Quartz.SchedulerInstruction,System.Threading.CancellationToken)"]

See Also

Reference