Api.JetDupSession, méthode
Initialisez une nouvelle session ESE dans le même instance que le sesid donné.
Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'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
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à dupliquer.
newSesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDRetourne la nouvelle session.