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