IDriverDelegateUpdateBlobTrigger Method

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

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

C#
Task<int> UpdateBlobTrigger(
	ConnectionAndTransactionHolder conn,
	IOperableTrigger trigger,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
the DB Connection
trigger
Type: Quartz.SpiIOperableTrigger
The trigger.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskInt32
the number of rows updated
See Also

Reference