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

See also

Reference

Api class

Api members

Microsoft.Isam.Esent.Interop namespace