CommitFailureHandler.Dispose Method
Namespace:
System.Data.Entity.Infrastructure
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Dispose() | Releases the resources used by this transaction handler.(Inherited from TransactionHandler.) |
![]() | Dispose(Boolean) | Releases the resources used by this transaction object.(Overrides TransactionHandler.Dispose(Boolean).) |
CommitFailureHandler.Dispose Method (Boolean)
Releases the resources used by this transaction object.
[SuppressMessageAttribute("Microsoft.Design", "CA1031:DoNotCatchGeneralExceptionTypes")] protected override void Dispose( bool disposing )
Parameters
- disposing
-
Type:
System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.