Edit

Session constructor

Initializes a new instance of the Session class. A new JET_SESSION is allocated from the given instance.

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

Syntax

'Declaration
Public Sub New ( _
    instance As JET_INSTANCE _
)
'Usage
Dim instance As JET_INSTANCE

Dim instance As New Session(instance)
public Session(
    JET_INSTANCE instance
)

Parameters

See also

Reference

Session class

Session members

Microsoft.Isam.Esent.Interop namespace