StdAdoDelegateGetSelectNextTriggerToAcquireSql Method

Quartz.NET 3.0 API Documentation

[Missing <summary> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.GetSelectNextTriggerToAcquireSql(System.Int32)"]

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

C#
protected virtual string GetSelectNextTriggerToAcquireSql(
	int maxCount
)

Parameters

maxCount
Type: SystemInt32

[Missing <param name="maxCount"/> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.GetSelectNextTriggerToAcquireSql(System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.StdAdoDelegate.GetSelectNextTriggerToAcquireSql(System.Int32)"]

See Also

Reference