Skip to content

Latest commit

 

History

History
96 lines (81 loc) · 2.25 KB

termgrbit-enumeration.md

File metadata and controls

96 lines (81 loc) · 2.25 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: TermGrbit enumeration
TermGrbit enumeration
TermGrbit enumeration
T:Microsoft.Isam.Esent.Interop.TermGrbit
39511147
07/30/2014
reference
Microsoft.Isam.Esent.Interop.TermGrbit
Microsoft.Isam.Esent.Interop.TermGrbit.Abrupt
Microsoft.Isam.Esent.Interop.TermGrbit.Complete
Microsoft.Isam.Esent.Interop.TermGrbit.None
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.TermGrbit.None
Microsoft.Isam.Esent.Interop.TermGrbit
Microsoft.Isam.Esent.Interop.TermGrbit.Complete
Microsoft.Isam.Esent.Interop.TermGrbit.Abrupt
kbSyntax
apiref
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

TermGrbit enumeration

Options for JetTerm2(JET_INSTANCE, TermGrbit).

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration TermGrbit
'Usage
Dim instance As TermGrbit
[FlagsAttribute]
public enum TermGrbit

Members

Member name Description
None Default options.
Complete Requests that the instance be shut down cleanly. Any optional cleanup work that would ordinarily be done in the background at run time is completed immediately.
Abrupt Requests that the instance be shut down as quickly as possible. Any optional work that would ordinarily be done in the background at run time is abandoned.

See also

Reference

Microsoft.Isam.Esent.Interop namespace

Dirty