Método Api.JetUnregisterCallback
Configura el motor de base de datos para dejar de emitir notificaciones a la aplicación como se solicitó anteriormente a través de JetRegisterCallback(JET_SESID, JET_TABLEID, JET_cbtyp, JET_CALLBACK, IntPtr, JET_HANDLE)).
Espacio de nombres:Microsoft.Isam.Esent.Interop
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Sintaxis
'Declaration
Public Shared Sub JetUnregisterCallback ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
cbtyp As JET_cbtyp, _
callbackId As JET_HANDLE _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim cbtyp As JET_cbtyp
Dim callbackId As JET_HANDLEApi.JetUnregisterCallback(sesid, _
tableid, cbtyp, callbackId)
public static void JetUnregisterCallback(
JET_SESID sesid,
JET_TABLEID tableid,
JET_cbtyp cbtyp,
JET_HANDLE callbackId
)
Parámetros
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDSesión que se va a usar.
tableid
Tipo: Microsoft.Isam.Esent.Interop.JET_TABLEIDCursor abierto en la tabla en la que se debe registrar la devolución de llamada.
cbtyp
Tipo: Microsoft.Isam.Esent.Interop.JET_cbtypLos motivos de devolución de llamada por los que la aplicación ya no desea recibir notificaciones.
callbackId
Tipo: Microsoft.Isam.Esent.Interop.JET_HANDLEIdentificador de la devolución de llamada registrada devuelta por JetRegisterCallback(JET_SESID, JET_TABLEID, JET_cbtyp, JET_CALLBACK, IntPtr, JET_HANDLE)).