Changeset 5404 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts
- Timestamp:
- 02/01/11 15:51:11 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts/IHiveService.cs
r5375 r5404 40 40 [OperationContract] 41 41 void DeleteChildJobs(Guid parentJobId); 42 43 [OperationContract] // new method: appropriate job is choosen and set to 'calculating'. the slave is responsible for requesting the jobData. Server should wait some timeout until he redistributes the job44 Job AquireJob(Guid slaveId);45 42 46 43 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.