Freigeben über


TransactionHandler.Dispose-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Gibt die von diesem Transaktionshandler verwendeten Ressourcen frei.

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

Syntax

'Declaration
Public Sub Dispose
'Usage
Dim instance As TransactionHandler

instance.Dispose()
public void Dispose()
public:
virtual void Dispose() sealed
abstract Dispose : unit -> unit  
override Dispose : unit -> unit
public final function Dispose()

Implements

IDisposable.Dispose()

Siehe auch

Verweis

TransactionHandler Klasse

Dispose-Überladung

System.Data.Entity.Infrastructure-Namespace