Exemplo n.º 1
0
        internal int set_event_notify(BDB_EventNotifyDelegate callback)
        {
            int ret;

            ret = libdb_csharpPINVOKE.DB_ENV_set_event_notify(swigCPtr, callback);
            DatabaseException.ThrowException(ret);
            return(ret);
        }
Exemplo n.º 2
0
 internal int set_event_notify(BDB_EventNotifyDelegate callback)
 {
     int ret;
     ret = libdb_csharpPINVOKE.DB_ENV_set_event_notify(swigCPtr, callback);
     DatabaseException.ThrowException(ret);
     return ret;
 }
Exemplo n.º 3
0
 public static extern int DB_ENV_set_event_notify(HandleRef jarg1, BDB_EventNotifyDelegate jarg2);