Changeset 2005 for trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces
- Timestamp:
- 06/04/09 17:13:05 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces/IJobManager.cs
r1932 r2005 36 36 ResponseList<Job> GetAllJobs(); 37 37 [OperationContract] 38 ResponseObject<Job> GetJobById(Guid jobId); 39 [OperationContract] 38 40 ResponseObject<Job> AddNewJob(Job job); 39 41 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.