Ensure that the locks are downgraded to None and that all of the softlocks in the NHibernate.Cache have been released.

Namespace:  NHibernate.Impl
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Sub AfterTransactionCompletion ( _
	success As Boolean, _
	tx As ITransaction _
)
C#
public void AfterTransactionCompletion(
	bool success,
	ITransaction tx
)
Visual C++
public:
virtual void AfterTransactionCompletion(
	bool success, 
	ITransaction^ tx
) sealed
JavaScript
function afterTransactionCompletion(success, tx);

Parameters

success
Type: System..::.Boolean
tx
Type: NHibernate..::.ITransaction

Implements

ISessionImplementor..::.AfterTransactionCompletion(Boolean, ITransaction)

See Also