JobStoreTXGetNonManagedTXConnection Method

Quartz.NET 3.0 API Documentation
For JobStoreTX, the non-managed TX connection is just the normal connection because it is not CMT.

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

C#
protected override ConnectionAndTransactionHolder GetNonManagedTXConnection()

Return Value

Type: ConnectionAndTransactionHolder

[Missing <returns> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreTX.GetNonManagedTXConnection"]

See Also

Reference