JobStoreTXInitialize Method

Quartz.NET 3.0 API Documentation
Called by the QuartzScheduler before the IJobStore is used, in order to give the it a chance to Initialize.

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

C#
public override Task Initialize(
	ITypeLoadHelper loadHelper,
	ISchedulerSignaler signaler,
	CancellationToken cancellationToken = null
)

Parameters

loadHelper
Type: Quartz.SpiITypeLoadHelper

[Missing <param name="loadHelper"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreTX.Initialize(Quartz.Spi.ITypeLoadHelper,Quartz.Spi.ISchedulerSignaler,System.Threading.CancellationToken)"]

signaler
Type: Quartz.SpiISchedulerSignaler

[Missing <param name="signaler"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreTX.Initialize(Quartz.Spi.ITypeLoadHelper,Quartz.Spi.ISchedulerSignaler,System.Threading.CancellationToken)"]

cancellationToken (Optional)
Type: System.ThreadingCancellationToken

[Missing <param name="cancellationToken"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreTX.Initialize(Quartz.Spi.ITypeLoadHelper,Quartz.Spi.ISchedulerSignaler,System.Threading.CancellationToken)"]

Return Value

Type: Task

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreTX.Initialize(Quartz.Spi.ITypeLoadHelper,Quartz.Spi.ISchedulerSignaler,System.Threading.CancellationToken)"]

Implements

IJobStoreInitialize(ITypeLoadHelper, ISchedulerSignaler, CancellationToken)
See Also

Reference