Performs cleanup of any held cache softlocks.
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public void AfterTransactionCompletion( bool success ) |
| Visual Basic |
|---|
Public Sub AfterTransactionCompletion ( _ success As Boolean _ ) |
| Visual C++ |
|---|
public: void AfterTransactionCompletion( bool success ) |
Parameters
- success
- Type: System..::..Boolean
Was the transaction successful.