IDriverDelegateUpdateTrigger Method

Quartz.NET 3.0 API Documentation
Update the base trigger data.

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

C#
Task<int> UpdateTrigger(
	ConnectionAndTransactionHolder conn,
	IOperableTrigger trigger,
	string state,
	IJobDetail jobDetail,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
the DB Connection
trigger
Type: Quartz.SpiIOperableTrigger
The trigger.
state
Type: SystemString
The state.
jobDetail
Type: QuartzIJobDetail
The job detail.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskInt32
the number of rows updated
See Also

Reference