ITriggerPersistenceDelegateInitialize Method

Quartz.NET 3.0 API Documentation
Initializes the persistence delegate.

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

C#
void Initialize(
	string tablePrefix,
	string schedulerName,
	IDbAccessor dbAccessor
)

Parameters

tablePrefix
Type: SystemString

[Missing <param name="tablePrefix"/> documentation for "M:Quartz.Impl.AdoJobStore.ITriggerPersistenceDelegate.Initialize(System.String,System.String,Quartz.Impl.AdoJobStore.IDbAccessor)"]

schedulerName
Type: SystemString

[Missing <param name="schedulerName"/> documentation for "M:Quartz.Impl.AdoJobStore.ITriggerPersistenceDelegate.Initialize(System.String,System.String,Quartz.Impl.AdoJobStore.IDbAccessor)"]

dbAccessor
Type: Quartz.Impl.AdoJobStoreIDbAccessor

[Missing <param name="dbAccessor"/> documentation for "M:Quartz.Impl.AdoJobStore.ITriggerPersistenceDelegate.Initialize(System.String,System.String,Quartz.Impl.AdoJobStore.IDbAccessor)"]

See Also

Reference