Exemple #1
0
        internal QueueStatStruct stat_qam(DB_TXN txn, uint flags)
        {
            int    err = 0;
            IntPtr ptr = stat(txn, flags, ref err);

            DatabaseException.ThrowException(err);
            QueueStatStruct ret = (QueueStatStruct)Marshal.PtrToStructure(ptr, typeof(QueueStatStruct));

            libdb_csharp.__os_ufree(null, ptr);
            return(ret);
        }
 internal QueueStats(Internal.QueueStatStruct stats)
 {
     st = stats;
 }
Exemple #3
0
 internal QueueStats(Internal.QueueStatStruct stats)
 {
     st = stats;
 }