JET_CALLBACK デリゲート

オンライン最適化とカーソル状態通知を含むイベントをアプリケーションに通知するためにデータベース エンジンによって使用される多目的コールバック関数。

Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)

構文

'Declaration
Public Delegate Function JET_CALLBACK ( _
    sesid As JET_SESID, _
    dbid As JET_DBID, _
    tableid As JET_TABLEID, _
    cbtyp As JET_cbtyp, _
    arg1 As Object, _
    arg2 As Object, _
    context As IntPtr, _
    unused As IntPtr _
) As JET_err
'Usage
Dim instance As New JET_CALLBACK(AddressOf HandlerMethod)
public delegate JET_err JET_CALLBACK(
    JET_SESID sesid,
    JET_DBID dbid,
    JET_TABLEID tableid,
    JET_cbtyp cbtyp,
    Object arg1,
    Object arg2,
    IntPtr context,
    IntPtr unused
)

パラメーター

  • arg1
    型: System.Object

    最初のコールバック固有の引数。

  • arg2
    型: System.Object

    2 番目のコールバック固有の引数。

  • context
    種類: System.IntPtr

    コールバック コンテキスト。

  • 未使用
    種類: System.IntPtr

    このパラメーターは使用されません。

戻り値

種類: Microsoft.Isam.Esent.Interop.JET_err

こちらもご覧ください

リファレンス

Microsoft.Isam.Esent.Interop 名前空間