Changeset 1932 for trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces
- Timestamp:
- 05/28/09 17:05:04 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces/IJobManager.cs
r1799 r1932 47 47 [OperationContract] 48 48 Response AbortJob(Guid jobId); 49 [OperationContract] 50 ResponseList<Project> GetAllProjects(); 51 [OperationContract] 52 Response CreateProject(Project project); 53 [OperationContract] 54 Response ChangeProject(Project project); 55 [OperationContract] 56 Response DeleteProject(Guid projectId); 57 [OperationContract] 58 ResponseList<Job> GetJobsByProject(Guid projectId); 49 59 } 50 60 }
Note: See TracChangeset
for help on using the changeset viewer.