Changeset 780 for trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Timestamp:
- 11/19/08 16:08:49 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IClientCommunicator.cs
r751 r780 27 27 using HeuristicLab.Hive.Contracts.BusinessObjects; 28 28 29 namespace HeuristicLab.Hive. Server.Interfaces {29 namespace HeuristicLab.Hive.Contracts.Interfaces { 30 30 /// <summary> 31 31 /// This is the facade for the client communication … … 35 35 [OperationContract] 36 36 Response Login(Client clientInfo); 37 [OperationContract] 38 ResponseHB SendHeartBeat(HeartBeatData hbData); 39 [OperationContract] 40 ResponseJob PullJob(Guid clientId); 41 [OperationContract] 42 Response SendJobResult(JobResult Result, bool finished); 43 [OperationContract] 44 Response Logout(Guid clientId); 37 45 } 38 46 }
Note: See TracChangeset
for help on using the changeset viewer.