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.Server.Core/3.2/ExecutionEngineFacade.cs

    r2092 r2099  
    4444    }
    4545
    46     public ResponseObject<JobResult> GetLastResult(Guid jobId, bool requested) {
    47       return jobManager.GetLastJobResultOf(jobId, requested);
     46    public ResponseObject<SerializedJobResult>
     47      GetLastSerializedResult(Guid jobId, bool requested) {
     48      return jobManager.GetLastSerializedJobResultOf(jobId, requested);
    4849    }
    4950
Note: See TracChangeset for help on using the changeset viewer.