IDriverDelegateDeleteBlobTrigger Method

Quartz.NET 3.0 API Documentation
Delete the BLOB trigger data for a trigger.

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

C#
Task<int> DeleteBlobTrigger(
	ConnectionAndTransactionHolder conn,
	TriggerKey triggerKey,
	CancellationToken cancellationToken = null
)

Parameters

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

Return Value

Type: TaskInt32
The number of rows deleted
See Also

Reference