Api.JetEndSession method
Ends a session.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetEndSession ( _
sesid As JET_SESID, _
grbit As EndSessionGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim grbit As EndSessionGrbitApi.JetEndSession(sesid, grbit)
public static void JetEndSession(
JET_SESID sesid,
EndSessionGrbit grbit
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to end.
grbit
Type: Microsoft.Isam.Esent.Interop.EndSessionGrbitThis parameter is not used.