Skip to content

Latest commit

 

History

History
71 lines (56 loc) · 1.95 KB

esentresource-class.md

File metadata and controls

71 lines (56 loc) · 1.95 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic f1_keywords dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: EsentResource class
EsentResource class
EsentResource class
T:Microsoft.Isam.Esent.Interop.EsentResource
55102575
07/30/2014
reference
Microsoft.Isam.Esent.Interop.EsentResource
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.EsentResource
apiref
kbSyntax
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

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