Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDSessione per la quale viene eseguito il callback.
dbid
Tipo: Microsoft.Isam.Esent.Interop.JET_DBIDDatabase per il quale viene eseguito il callback.
tableid
Tipo: Microsoft.Isam.Esent.Interop.JET_TABLEIDCursore per il quale viene eseguito il callback.
cbtyp
Tipo: Microsoft.Isam.Esent.Interop.JET_cbtypOperazione per cui viene eseguito il callback.
arg1
Tipo: System.ObjectPrimo argomento specifico del callback.
arg2
Tipo: System.ObjectSecondo argomento specifico del callback.
contesto
Tipo: System.IntPtrContesto di callback.
unused
Tipo: System.IntPtrQuesto parametro non viene usato.
Valore restituito
Tipo: Microsoft.Isam.Esent.Interop.JET_err