Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/25/12 10:58:44 (11 years ago)
Author:
ascheibe
Message:

#1950 fixed an InvalidOperationException in the Hive Job Manager

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Hive/3.3/HiveTasks/OptimizerHiveTask.cs

    r7782 r8848  
    365365    }
    366366
     367    public RunCollection GetRuns() {
     368      childHiveTasksLock.EnterReadLock();
     369      try {
     370        return this.ItemTask.Item.Runs;
     371      }
     372      finally {
     373        childHiveTasksLock.ExitReadLock();
     374      }
     375    }
     376
    367377    #region Helpers
    368378    /// <summary>
Note: See TracChangeset for help on using the changeset viewer.