JET_SESID structure

A JET_SESID contains a handle to the session to use for calls to the JET APIr-.

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

Syntax

'Declaration
Public Structure JET_SESID _
    Implements IEquatable(Of JET_SESID), IFormattable
'Usage
Dim instance As JET_SESID
public struct JET_SESID : IEquatable<JET_SESID>, 
    IFormattable

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

JET_SESID members

Microsoft.Isam.Esent.Interop namespace