Changeset 4121 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/Facades
- Timestamp:
- 07/30/10 13:56:28 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/Facades/ExecutionEngineFacade.cs
r4120 r4121 64 64 } 65 65 66 public ResponseObject<JobDto> GetJobById(Guid jobId) { 67 using (contextFactory.GetContext()) { 68 return jobManager.GetJobById(jobId); 69 } 70 } 71 66 72 public Response AbortJob(Guid jobId) { 67 73 using (contextFactory.GetContext()) { … … 69 75 } 70 76 } 71 72 public ResponseObject<JobDto> GetJobById(Guid jobId) {73 using (contextFactory.GetContext()) {74 return jobManager.GetJobById(jobId);75 }76 }77 77 #endregion 78 78 }
Note: See TracChangeset
for help on using the changeset viewer.