CommitFailureHandler.Dispose Method

 

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodDispose()

Releases the resources used by this transaction handler.(Inherited from TransactionHandler.)

System_CAPS_protmethodDispose(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.