Changeset 5602 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts
- Timestamp:
- 03/03/11 17:28:03 (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
r5593 r5602 34 34 [OperationContract] 35 35 void UpdateJob(Job jobDto); 36 36 37 37 [OperationContract] 38 38 void UpdateJobData(Job jobDto, JobData jobDataDto); … … 62 62 [OperationContract] 63 63 IEnumerable<HiveExperiment> GetHiveExperiments(); 64 65 /// <summary> 66 /// Returns all experiments in the hive (only for admins) 67 /// </summary> 68 /// <returns></returns> 69 [OperationContract] 70 IEnumerable<HiveExperiment> GetAllHiveExperiments(); 64 71 65 72 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.