Changeset 4173 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/JobManager.cs
- Timestamp:
- 08/06/10 15:31:15 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/JobManager.cs
r4170 r4173 235 235 // [chn] [refactor] why does this method handle 3 different cases? wouldn't 3 methods be easier? 236 236 //Requested means: there MUST be a job result which gets sent back 237 // requested==true: resultat mit job 238 // requested==false: 237 239 public ResponseObject<SerializedJob> GetLastSerializedJobResultOf(Guid jobId, bool requested, bool snapshot) { 238 240 ResponseObject<SerializedJob> response = new ResponseObject<SerializedJob>();
Note: See TracChangeset
for help on using the changeset viewer.