Skip to content

Latest commit

 

History

History
69 lines (52 loc) · 1.5 KB

esentresource.dispose-method-boolean-.md

File metadata and controls

69 lines (52 loc) · 1.5 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: EsentResource.Dispose method (Boolean)
EsentResource.Dispose method (Boolean)
Dispose method (Boolean)
M:Microsoft.Isam.Esent.Interop.EsentResource.Dispose(System.Boolean)
55102624
07/30/2014
reference
vb
csharp
Microsoft.Isam.Esent.Interop.EsentResource.Dispose
apiref
kbSyntax
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

EsentResource.Dispose method (Boolean)

Called by Dispose and the finalizer.

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

Syntax

'Declaration
Protected Overridable Sub Dispose ( _
    isDisposing As Boolean _
)
'Usage
Dim isDisposing As Boolean

Me.Dispose(isDisposing)
protected virtual void Dispose(
    bool isDisposing
)

Parameters

See also

Reference

EsentResource class

EsentResource members

Dispose overload

Microsoft.Isam.Esent.Interop namespace