JET_PFNDURABLECOMMITCALLBACK Delegat
Rückruf für JET_paramDurableCommitCallback.
Namespace: Microsoft.Isam.Esent.Interop.Windows8
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Delegate Function JET_PFNDURABLECOMMITCALLBACK ( _
instance As JET_INSTANCE, _
pCommitIdSeen As JET_COMMIT_ID, _
grbit As DurableCommitCallbackGrbit _
) As JET_err
'Usage
Dim instance As New JET_PFNDURABLECOMMITCALLBACK(AddressOf HandlerMethod)
public delegate JET_err JET_PFNDURABLECOMMITCALLBACK(
JET_INSTANCE instance,
JET_COMMIT_ID pCommitIdSeen,
DurableCommitCallbackGrbit grbit
)
Parameter
instance
Typ: Microsoft.Isam.Esent.Interop.JET_INSTANCEZu verwendende -Instanz.
pCommitIdSeen
Typ: Microsoft.Isam.Esent.Interop.Windows8.JET_COMMIT_IDCommit-ID, die gerade geleert wurde.
grbit
Typ: Microsoft.Isam.Esent.Interop.Windows8.DurableCommitCallbackGrbitDerzeit reserviert.
Rückgabewert
Typ: Microsoft.Isam.Esent.Interop.JET_err