Changeset 3220 for trunk/sources/HeuristicLab.Hive.Contracts
- Timestamp:
- 03/25/10 19:57:44 (15 years ago)
- Location:
- trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces/IExecutionEngineFacade.cs
r3011 r3220 33 33 ResponseObject<JobDto> AddJob(SerializedJob job); 34 34 [OperationContract] 35 ResponseObject<JobDto> AddJobWithGroupStrings(SerializedJob jobObj, IEnumerable<string> groups); 36 [OperationContract] 35 37 Response RequestSnapshot(Guid jobId); 36 38 [OperationContract] 37 39 ResponseObject<SerializedJob> GetLastSerializedResult(Guid jobId, bool requested); 38 40 [OperationContract] 39 Response AbortJob(Guid jobId); 41 Response AbortJob(Guid jobId); 40 42 } 41 43 } -
trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces/IJobManager.cs
r3011 r3220 61 61 [OperationContract] 62 62 ResponseList<JobDto> GetJobsByProject(Guid projectId); 63 [OperationContract] 64 ResponseObject<JobDto> AddJobWithGroupStrings(SerializedJob job, IEnumerable<string> resources); 63 65 } 64 66 }
Note: See TracChangeset
for help on using the changeset viewer.