Changeset 1170 for trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Timestamp:
- 01/22/09 15:21:02 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IJobManager.cs
r967 r1170 39 39 [OperationContract] 40 40 Response RemoveJob(long jobId); 41 [OperationContract] 42 ResponseObject<JobResult> GetLasJobResultOf(long jobId); 41 43 } 42 44 }
Note: See TracChangeset
for help on using the changeset viewer.