Ensure that the locks are downgraded to None
and that all of the softlocks in the NHibernate.Cache have
been released.
Namespace:
NHibernate.ImplAssembly: 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); |