Exemplo n.º 1
0
        internal int set_thread_id_string(BDB_ThreadNameDelegate callback)
        {
            int ret;

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