delegato JET_CALLBACK

Funzione di callback multiuso usata dal motore di database per informare l'applicazione di un evento che coinvolge la deframmentazione online e le notifiche dello stato del cursore.

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

'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
)

Parametri

  • arg1
    Tipo: System.Object

    Primo argomento specifico del callback.

  • arg2
    Tipo: System.Object

    Secondo argomento specifico del callback.

Valore restituito

Tipo: Microsoft.Isam.Esent.Interop.JET_err

Vedi anche

Riferimento

Spazio dei nomi Microsoft.Isam.Esent.Interop