TransactionHandler.Dispose Method

 

Releases the resources used by this transaction handler.

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

NameDescription
System_CAPS_pubmethodDispose()

Releases the resources used by this transaction handler.

System_CAPS_protmethodDispose(Boolean)

Releases the resources used by this transaction handler.


TransactionHandler.Dispose Method ()

Releases the resources used by this transaction handler.

public void Dispose()

TransactionHandler.Dispose Method (Boolean)

Releases the resources used by this transaction handler.

protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: System.Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.