Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/19/09 14:45:53 (15 years ago)
Author:
msteinbi
Message:

Renamed methods of ClientCommunicator (#466)

File:
1 edited

Legend:

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

    r1133 r1365  
    3636    Response Login(ClientInfo clientInfo);
    3737    [OperationContract]
    38     ResponseHB SendHeartBeat(HeartBeatData hbData);
     38    ResponseHB ProcessHeartBeat(HeartBeatData hbData);
    3939    [OperationContract]
    40     ResponseJob PullJob(Guid clientId);
     40    ResponseJob SendJob(Guid clientId);
    4141    [OperationContract]
    42     ResponseResultReceived SendJobResult(Guid clientId,
     42    ResponseResultReceived ProcessJobResult(Guid clientId,
    4343      long jobId,
    4444      byte[] result,
Note: See TracChangeset for help on using the changeset viewer.