StdRowLockSemaphore Constructor (String, String, String, IDbProvider)

Quartz.NET 3.0 API Documentation
Initializes a new instance of the StdRowLockSemaphore class.

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

C#
public StdRowLockSemaphore(
	string tablePrefix,
	string schedName,
	string selectWithLockSQL,
	IDbProvider dbProvider
)

Parameters

tablePrefix
Type: SystemString
The table prefix.
schedName
Type: SystemString
the scheduler name
selectWithLockSQL
Type: SystemString
The select with lock SQL.
dbProvider
Type: Quartz.Impl.AdoJobStore.CommonIDbProvider
See Also

Reference