JobStoreSupport ExecuteInNonManagedTXLock Method (String, JobStoreSupport ITransactionCallback)Quartz.NET API Documentation
Execute the given callback having optionally aquired the given lock. This uses the non-managed transaction connection.

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

protected Object ExecuteInNonManagedTXLock(
	string lockName,
	JobStoreSupport ITransactionCallback txCallback
)

Parameters

lockName
Type: System String
The name of the lock to aquire, for example "TRIGGER_ACCESS". If null, then no lock is aquired, but the lockCallback is still executed in a non-managed transaction.
txCallback
Type: Quartz.Impl.AdoJobStore JobStoreSupport ITransactionCallback

[Missing <param name="txCallback"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ExecuteInNonManagedTXLock(System.String,Quartz.Impl.AdoJobStore.JobStoreSupport.ITransactionCallback)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.ExecuteInNonManagedTXLock(System.String,Quartz.Impl.AdoJobStore.JobStoreSupport.ITransactionCallback)"]

See Also