Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1600


Ignore:
Timestamp:
04/17/09 14:31:49 (15 years ago)
Author:
msteinbi
Message:

Added delegate for ProcessSnapshot method (#531)

File:
1 edited

Legend:

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

    r1593 r1600  
    7070
    7171    public ResponseResultReceived ProcessSnapshot(Guid clientId, Guid jobId, byte[] result, double percentage, Exception exception) {
    72       throw new NotImplementedException();
     72      return clientCommunicator.ProcessSnapshot(clientId, jobId, result, percentage, exception);
    7373    }
    7474
Note: See TracChangeset for help on using the changeset viewer.