Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/08/09 18:26:46 (15 years ago)
Author:
svonolfe
Message:

Changed SendJobResult Interface (#351)

File:
1 edited

Legend:

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

    r1004 r1103  
    4040    ResponseJob PullJob(Guid clientId);
    4141    [OperationContract]
    42     ResponseResultReceived SendJobResult(JobResult result, bool finished);
     42    ResponseResultReceived SendJobResult(Guid clientId,
     43      long jobId,
     44      byte[] result,
     45      Exception exception, 
     46      bool finished);
    4347    [OperationContract]
    4448    Response Logout(Guid clientId);
Note: See TracChangeset for help on using the changeset viewer.