EsentResource-Klasse

Dies ist die Basisklasse für alle esent-Ressourcenobjekte. Unterklassen dieser Klasse können nicht verwaltete Ressourcen zuordnen und freigeben.

Vererbungshierarchie

System.Object
  Microsoft.Isam.Esent.Interop.EsentResource
    Microsoft.Isam.Esent.Interop.Session
    Microsoft.Isam.Esent.Interop.Table
    Microsoft.Isam.Esent.Interop.Transaction
    Microsoft.Isam.Esent.Interop.Update
    Microsoft.Isam.Esent.Interop.Windows8.DurableCommitCallback

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public MustInherit Class EsentResource _
    Implements IDisposable
'Usage
Dim instance As EsentResource
public abstract class EsentResource : IDisposable

Threadsicherheit

Alle öffentlichen statischen Elemente dieses Typs (Shared in Microsoft Visual Basic) sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

EsentResource-Member

Microsoft.Isam.Esent.Interop-Namespace