Api.JetDupSession method
Initialize a new ESE session in the same instance as the given sesid.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetDupSession ( _
sesid As JET_SESID, _
<OutAttribute> ByRef newSesid As JET_SESID _
)
'Usage
Dim sesid As JET_SESID
Dim newSesid As JET_SESIDApi.JetDupSession(sesid, newSesid)
public static void JetDupSession(
JET_SESID sesid,
out JET_SESID newSesid
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to duplicate.
newSesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDReturns the new session.