Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/28/09 18:38:46 (15 years ago)
Author:
svonolfe
Message:

Large amounts of data are now transferred streamed (fixed ticket #660)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Hive.Server.Core/3.2/ClientCommunicator.cs

    r1928 r1939  
    451451        JobResult jobResult =
    452452          new JobResult();
    453         jobResult.Client = client;
    454         jobResult.Job = job;
     453        jobResult.ClientId = client.Id;
     454        jobResult.JobId = job.Id;
    455455        jobResult.Result = result;
    456456        jobResult.Percentage = percentage;
Note: See TracChangeset for help on using the changeset viewer.