JET_CALLBACK 대리자

데이터베이스 엔진에서 온라인 조각 모음 및 커서 상태 알림과 관련된 이벤트를 애플리케이션에 알리는 데 사용하는 다목적 콜백 함수입니다.

네임스페이스: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

    두 번째 콜백 관련 인수입니다.

  • unused
    형식: System.IntPtr

    이 매개 변수는 사용되지 않습니다.

반환 값

형식: Microsoft.Isam.Esent.Interop.JET_err

추가 정보

참조

Microsoft.Isam.Esent.Interop 네임스페이스