Changeset 2117 for trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces
- Timestamp:
- 06/26/09 12:18:32 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces/IClientCommunicator.cs
r1593 r2117 41 41 ResponseJob SendJob(Guid clientId); 42 42 [OperationContract] 43 ResponseSerializedJob SendSerializedJob(Guid clientId); 44 [OperationContract] 43 45 ResponseResultReceived StoreFinishedJobResult(Guid clientId, 44 46 Guid jobId,
Note: See TracChangeset
for help on using the changeset viewer.