Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/07/10 11:19:33 (13 years ago)
Author:
cneumuel
Message:

#1233

  • added test project
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive/3.4/HiveExperiment/JobResultPoller.cs

    r4629 r5055  
    2727using HeuristicLab.Services.Hive.Common.DataTransfer;
    2828using System.Collections.Generic;
     29using HeuristicLab.Clients.Common;
    2930
    3031namespace HeuristicLab.Clients.Hive {
     
    9596
    9697    private void FetchJobResults() {
    97       using (Disposable<IHiveService> service = ServiceLocator.Instance.ServicePool.GetService()) {
     98      using (Disposable<IHiveService> service = ServiceLocator.Instance.GetService()) {
    9899        IEnumerable<LightweightJob> response = service.Obj.GetLightweightChildJobs(hiveJob.Job.Id, true, true);
    99100        OnJobResultsReceived(response);
Note: See TracChangeset for help on using the changeset viewer.