Api.JetResetSessionContext method
Disassociates a session from the current thread. This should be used in conjunction with JetSetSessionContext(JET_SESID, IntPtr).
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetResetSessionContext ( _
sesid As JET_SESID _
)
'Usage
Dim sesid As JET_SESIDApi.JetResetSessionContext(sesid)
public static void JetResetSessionContext(
JET_SESID sesid
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to use.