StdAdoDelegateSelectCalendars Method

Quartz.NET 3.0 API Documentation
Select all of the stored calendars.

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

C#
public virtual Task<IReadOnlyCollection<string>> SelectCalendars(
	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: TaskIReadOnlyCollectionString
an array of String calendar names

Implements

IDriverDelegateSelectCalendars(ConnectionAndTransactionHolder, CancellationToken)
See Also

Reference