UpdateLockRowSemaphore Constructor (String, String, String, String, IDbProvider)

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

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

C#
protected UpdateLockRowSemaphore(
	string tablePrefix,
	string schedName,
	string defaultSQL,
	string defaultInsertSQL,
	IDbProvider dbProvider
)

Parameters

tablePrefix
Type: SystemString

[Missing <param name="tablePrefix"/> documentation for "M:Quartz.Impl.AdoJobStore.UpdateLockRowSemaphore.#ctor(System.String,System.String,System.String,System.String,Quartz.Impl.AdoJobStore.Common.IDbProvider)"]

schedName
Type: SystemString

[Missing <param name="schedName"/> documentation for "M:Quartz.Impl.AdoJobStore.UpdateLockRowSemaphore.#ctor(System.String,System.String,System.String,System.String,Quartz.Impl.AdoJobStore.Common.IDbProvider)"]

defaultSQL
Type: SystemString

[Missing <param name="defaultSQL"/> documentation for "M:Quartz.Impl.AdoJobStore.UpdateLockRowSemaphore.#ctor(System.String,System.String,System.String,System.String,Quartz.Impl.AdoJobStore.Common.IDbProvider)"]

defaultInsertSQL
Type: SystemString

[Missing <param name="defaultInsertSQL"/> documentation for "M:Quartz.Impl.AdoJobStore.UpdateLockRowSemaphore.#ctor(System.String,System.String,System.String,System.String,Quartz.Impl.AdoJobStore.Common.IDbProvider)"]

dbProvider
Type: Quartz.Impl.AdoJobStore.CommonIDbProvider

[Missing <param name="dbProvider"/> documentation for "M:Quartz.Impl.AdoJobStore.UpdateLockRowSemaphore.#ctor(System.String,System.String,System.String,System.String,Quartz.Impl.AdoJobStore.Common.IDbProvider)"]

See Also

Reference