Changeset 1004 for trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Timestamp:
- 12/17/08 14:36:20 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IClientCommunicator.cs
r838 r1004 40 40 ResponseJob PullJob(Guid clientId); 41 41 [OperationContract] 42 ResponseResultReceived 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.