Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/08/09 14:55:56 (15 years ago)
Author:
kgrading
Message:

fixed small changes in logging, messagequeues and the jobfetching (#467)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Client.Common/3.2/MessageQueue.cs

    r1530 r1775  
    5151
    5252    /// <summary>
     53    /// Sets Lease time to infinite
     54    /// </summary>
     55    /// <returns>nothing</returns>
     56    public override object InitializeLifetimeService() {
     57      return null;
     58    }
     59
     60    /// <summary>
    5361    /// Creates a new MessageQueue Object.
    5462    /// A new Queue and a Semaphore is created. The Semaphore is set to a max size of 5000.
Note: See TracChangeset for help on using the changeset viewer.