StdAdoDelegateSelectCalendar Method

Quartz.NET 3.0 API Documentation
Select a calendar.

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

C#
public virtual Task<ICalendar> SelectCalendar(
	ConnectionAndTransactionHolder conn,
	string calendarName,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
the DB Connection
calendarName
Type: SystemString
The name of the calendar.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskICalendar
the Calendar

Implements

IDriverDelegateSelectCalendar(ConnectionAndTransactionHolder, String, CancellationToken)
See Also

Reference