Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Causes a session to enter a transaction or create a new save point in an existing transaction.
Namespace: Microsoft.Isam.Esent.Interop.Windows8
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Sub JetBeginTransaction3 ( _
sesid As JET_SESID, _
userTransactionId As Long, _
grbit As BeginTransactionGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim userTransactionId As Long
Dim grbit As BeginTransactionGrbitWindows8Api.JetBeginTransaction3(sesid, _
userTransactionId, grbit)
public static void JetBeginTransaction3(
JET_SESID sesid,
long userTransactionId,
BeginTransactionGrbit grbit
)
Parameters
sesid
Type: Microsoft.Isam.Esent.Interop.JET_SESIDThe session to begin the transaction for.
userTransactionId
Type: System.Int64An optional identifier supplied by the user for identifying the transaction.
grbit
Type: Microsoft.Isam.Esent.Interop.BeginTransactionGrbitTransaction options.
Remarks
Introduced in Windows 8.