Changeset 838 for trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Timestamp:
- 11/27/08 15:28:29 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IClientCommunicator.cs
r791 r838 40 40 ResponseJob PullJob(Guid clientId); 41 41 [OperationContract] 42 Response SendJobResult(JobResult Result, bool finished);42 ResponseResultReceived SendJobResult(JobResult Result, bool finished); 43 43 [OperationContract] 44 44 Response Logout(Guid clientId);
Note: See TracChangeset
for help on using the changeset viewer.