StdAdoDelegateSelectJobExecutionCount Method

Quartz.NET 3.0 API Documentation
Selects the job execution count.

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

C#
public virtual Task<int> SelectJobExecutionCount(
	ConnectionAndTransactionHolder conn,
	JobKey jobKey,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
The DB connection.
jobKey
Type: QuartzJobKey
The key of the job.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskInt32

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.SelectJobExecutionCount(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,Quartz.JobKey,System.Threading.CancellationToken)"]

Implements

IDriverDelegateSelectJobExecutionCount(ConnectionAndTransactionHolder, JobKey, CancellationToken)
See Also

Reference