Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
instance
Type: Microsoft.Isam.Esent.Interop.JET_INSTANCEThe instance to start the session in.