- Timestamp:
- 06/25/09 13:54:15 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces/IJobManager.cs
r2092 r2099 42 42 Response RemoveJob(Guid jobId); 43 43 [OperationContract] 44 ResponseObject<JobResult> GetLastJobResultOf(Guid jobId, bool requested); 44 ResponseObject<JobResult> GetLastJobResultOf(Guid jobId); 45 [OperationContract] 46 ResponseObject<SerializedJobResult> GetLastSerializedJobResultOf(Guid jobId, bool requested); 45 47 [OperationContract] 46 48 ResponseList<JobResult> GetAllJobResults(Guid jobId);
Note: See TracChangeset
for help on using the changeset viewer.