コード例 #1
0
ファイル: DB_ENV.cs プロジェクト: yilu1021/SpaceChain-OS
        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);
        }
コード例 #2
0
ファイル: DB_ENV.cs プロジェクト: bohrasd/windowsrtdev
 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;
 }
コード例 #3
0
ファイル: libdb_csharpPINVOKE.cs プロジェクト: mcandre/db
 public static extern int DB_ENV_set_thread_id_string(HandleRef jarg1, BDB_ThreadNameDelegate jarg2);