- Timestamp:
- 03/20/09 12:12:05 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IClientCommunicator.cs
r1369 r1374 40 40 ResponseJob SendJob(Guid clientId); 41 41 [OperationContract] 42 ResponseResultReceived ProcessJobResult(Guid clientId,42 ResponseResultReceived StoreFinishedJobResult(Guid clientId, 43 43 long jobId, 44 44 byte[] result, 45 45 double percentage, 46 Exception exception, 47 bool finished); 46 Exception exception); 47 [OperationContract] 48 ResponseResultReceived ProcessSnapshot(Guid clientId, 49 long jobId, 50 byte[] result, 51 double percentage, 52 Exception exception); 48 53 [OperationContract] 49 54 Response Logout(Guid clientId);
Note: See TracChangeset
for help on using the changeset viewer.