EsentResource class

This is the base class for all esent resource objects. Subclasses of this class can allocate and release unmanaged resources.

Inheritance hierarchy

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
Assembly:  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

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

EsentResource members

Microsoft.Isam.Esent.Interop namespace