Esempio 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);
        }
Esempio 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;
 }
Esempio n. 3
0
 public static extern int DB_ENV_set_thread_id_string(HandleRef jarg1, BDB_ThreadNameDelegate jarg2);