JET_PFNDURABLECOMMITCALLBACK委派
JET_paramDurableCommitCallback的回呼。
Namespace:Microsoft.Isam.Esent.Interop.Windows8
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'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
)
參數
instance
類型: Microsoft.Isam.Esent.Interop.JET_INSTANCE要使用的實例。
pCommitIdSeen
類型: Microsoft.Isam.Esent.Interop.Windows8.JET_COMMIT_ID剛排清的認可識別碼。
grbit
類型: Microsoft.Isam.Esent.Interop.Windows8.DurableCommitCallbackGrbit目前保留。
傳回值
類型: Microsoft.Isam.Esent.Interop.JET_err