Changeset 5511 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts
- Timestamp:
- 02/17/11 14:47:56 (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
r5458 r5511 12 12 #region Job Methods 13 13 [OperationContract] 14 Guid AddJob(Job job, JobData jobData, IEnumerable<Guid> slaveGroupIds);14 Guid AddJob(Job job, JobData jobData, IEnumerable<Guid> resourceIds); 15 15 16 16 [OperationContract] … … 33 33 34 34 [OperationContract] 35 void UpdateJob(Job jobDto, JobData jobDataDto); 35 void UpdateJob(Job jobDto); 36 37 [OperationContract] 38 void UpdateJobData(Job jobDto, JobData jobDataDto); 36 39 37 40 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.