JobStoreSupportCleanupConnection Method

Quartz.NET 3.0 API Documentation
Cleanup the given database connection. This means restoring any modified auto commit or transaction isolation connection attributes, and then closing the underlying connection.

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

C#
protected virtual void CleanupConnection(
	ConnectionAndTransactionHolder conn
)

Parameters

conn
Type: Quartz.Impl.AdoJobStoreConnectionAndTransactionHolder

[Missing <param name="conn"/> documentation for "M:Quartz.Impl.AdoJobStore.JobStoreSupport.CleanupConnection(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder)"]

Remarks

This is separate from closeConnection() because the Spring integration relies on being able to overload closeConnection() and expects the same connection back that it originally returned from the datasource.
See Also

Reference