PostgreSQLDelegateGetSelectNextTriggerToAcquireSql Method

Quartz.NET 3.0 API Documentation
Gets the select next trigger to acquire SQL clause. MySQL version with LIMIT support.

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

C#
protected override string GetSelectNextTriggerToAcquireSql(
	int maxCount
)

Parameters

maxCount
Type: SystemInt32

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

Return Value

Type: String

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

See Also

Reference