StdAdoDelegateSelectSchedulerStateRecords Method

Quartz.NET 3.0 API Documentation
A List of all current SchedulerStateRecords.

If instanceId is not null, then only the record for the identified instance will be returned.

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

C#
public virtual Task<IReadOnlyCollection<SchedulerStateRecord>> SelectSchedulerStateRecords(
	ConnectionAndTransactionHolder conn,
	string instanceName,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder
The DB Connection
instanceName
Type: SystemString
The instance id.
cancellationToken (Optional)
Type: System.ThreadingCancellationToken
The cancellation instruction.

Return Value

Type: TaskIReadOnlyCollectionSchedulerStateRecord

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

Implements

IDriverDelegateSelectSchedulerStateRecords(ConnectionAndTransactionHolder, String, CancellationToken)
See Also

Reference