Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/14/09 14:35:57 (15 years ago)
Author:
msteinbi
Message:

corrected signature of getalljobresults (#466)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces/IJobManager.cs

    r1627 r1799  
    4242    ResponseObject<JobResult> GetLastJobResultOf(Guid jobId, bool requested);
    4343    [OperationContract]
    44     ResponseObject<List<JobResult>> GetAllJobResults(Guid jobId);
     44    ResponseList<JobResult> GetAllJobResults(Guid jobId);
    4545    [OperationContract]
    4646    Response RequestSnapshot(Guid jobId);
Note: See TracChangeset for help on using the changeset viewer.