StdAdoDelegateIsExistingTriggerGroup Method

Quartz.NET 3.0 API Documentation
Determines whether given trigger group already exists.

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

C#
public virtual Task<bool> IsExistingTriggerGroup(
	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: TaskBoolean
true if trigger group exists; otherwise, false.

Implements

IDriverDelegateIsExistingTriggerGroup(ConnectionAndTransactionHolder, String, CancellationToken)
See Also

Reference