StdAdoDelegateSelectNumCalendars Method

Quartz.NET 3.0 API Documentation
Select the total number of calendars stored.

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

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

Parameters

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

Return Value

Type: TaskInt32
the total number of calendars stored

Implements

IDriverDelegateSelectNumCalendars(ConnectionAndTransactionHolder, CancellationToken)
See Also

Reference