Changeset 5153 for branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/Interfaces/IJobManager.cs
- Timestamp:
- 12/21/10 18:16:24 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/Interfaces/IJobManager.cs
r4424 r5153 107 107 [OperationContract] 108 108 Response DeleteChildJobs(Guid jobId); 109 110 [OperationContract] 111 Response DeleteJob(Guid jobId); 109 112 } 110 113 }
Note: See TracChangeset
for help on using the changeset viewer.