JobStoreSupportUpdateMisfiredTrigger Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.UpdateMisfiredTrigger(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.TriggerKey,System.String,System.Boolean,System.Threading.CancellationToken)"]

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

C#
protected virtual Task<bool> UpdateMisfiredTrigger(
	ConnectionAndTransactionHolder conn,
	TriggerKey triggerKey,
	string newStateIfNotComplete,
	bool forceState,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder

[Missing <param name="conn"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.UpdateMisfiredTrigger(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.TriggerKey,System.String,System.Boolean,System.Threading.CancellationToken)"]

triggerKey
Type: QuartzTriggerKey

[Missing <param name="triggerKey"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.UpdateMisfiredTrigger(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.TriggerKey,System.String,System.Boolean,System.Threading.CancellationToken)"]

newStateIfNotComplete
Type: SystemString

[Missing <param name="newStateIfNotComplete"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.UpdateMisfiredTrigger(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.TriggerKey,System.String,System.Boolean,System.Threading.CancellationToken)"]

forceState
Type: SystemBoolean

[Missing <param name="forceState"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.UpdateMisfiredTrigger(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.TriggerKey,System.String,System.Boolean,System.Threading.CancellationToken)"]

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.UpdateMisfiredTrigger(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.TriggerKey,System.String,System.Boolean,System.Threading.CancellationToken)"]

Return Value

Type: TaskBoolean

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.UpdateMisfiredTrigger(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.TriggerKey,System.String,System.Boolean,System.Threading.CancellationToken)"]

See Also

Reference