JobStoreSupportAcquireNextTrigger Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.AcquireNextTrigger(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.DateTimeOffset,System.Int32,System.TimeSpan,System.Threading.CancellationToken)"]

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

C#
protected virtual Task<IReadOnlyList<IOperableTrigger>> AcquireNextTrigger(
	ConnectionAndTransactionHolder conn,
	DateTimeOffset noLaterThan,
	int maxCount,
	TimeSpan timeWindow,
	CancellationToken cancellationToken = null
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder

[Missing <param name="conn"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.AcquireNextTrigger(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.DateTimeOffset,System.Int32,System.TimeSpan,System.Threading.CancellationToken)"]

noLaterThan
Type: SystemDateTimeOffset

[Missing <param name="noLaterThan"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.AcquireNextTrigger(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.DateTimeOffset,System.Int32,System.TimeSpan,System.Threading.CancellationToken)"]

maxCount
Type: SystemInt32

[Missing <param name="maxCount"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.AcquireNextTrigger(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.DateTimeOffset,System.Int32,System.TimeSpan,System.Threading.CancellationToken)"]

timeWindow
Type: SystemTimeSpan

[Missing <param name="timeWindow"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.AcquireNextTrigger(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.DateTimeOffset,System.Int32,System.TimeSpan,System.Threading.CancellationToken)"]

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.AcquireNextTrigger(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.DateTimeOffset,System.Int32,System.TimeSpan,System.Threading.CancellationToken)"]

Return Value

Type: TaskIReadOnlyListIOperableTrigger

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.AcquireNextTrigger(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder,System.DateTimeOffset,System.Int32,System.TimeSpan,System.Threading.CancellationToken)"]

See Also

Reference