IDriverDelegateDeletePausedTriggerGroup Method (ConnectionAndTransactionHolder, String, CancellationToken)

Quartz.NET 3.0 API Documentation
Deletes the paused trigger group.

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

C#
Task<int> DeletePausedTriggerGroup(
	ConnectionAndTransactionHolder conn,
	string groupName,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
The conn.
groupName
Type: SystemString
Name of the group.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskInt32

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.IDriverDelegate.DeletePausedTriggerGroup(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.String,System.Threading.CancellationToken)"]

See Also

Reference