Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/09 13:54:15 (15 years ago)
Author:
svonolfe
Message:

Further avoided out of memory exceptions by updating the JobResult DAO (#372)

File:
1 edited

Legend:

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

    r2092 r2099  
    4242    Response RemoveJob(Guid jobId);
    4343    [OperationContract]
    44     ResponseObject<JobResult> GetLastJobResultOf(Guid jobId, bool requested);
     44    ResponseObject<JobResult> GetLastJobResultOf(Guid jobId);
     45    [OperationContract]
     46    ResponseObject<SerializedJobResult> GetLastSerializedJobResultOf(Guid jobId, bool requested);
    4547    [OperationContract]
    4648    ResponseList<JobResult> GetAllJobResults(Guid jobId);
Note: See TracChangeset for help on using the changeset viewer.