Changeset 1103 for trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Timestamp:
- 01/08/09 18:26:46 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IClientCommunicator.cs
r1004 r1103 40 40 ResponseJob PullJob(Guid clientId); 41 41 [OperationContract] 42 ResponseResultReceived SendJobResult(JobResult result, bool finished); 42 ResponseResultReceived SendJobResult(Guid clientId, 43 long jobId, 44 byte[] result, 45 Exception exception, 46 bool finished); 43 47 [OperationContract] 44 48 Response Logout(Guid clientId);
Note: See TracChangeset
for help on using the changeset viewer.