Changeset 1627 for trunk/sources/HeuristicLab.Hive.Contracts
- Timestamp:
- 04/23/09 14:48:21 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/3.2/Interfaces/IJobManager.cs
r1509 r1627 42 42 ResponseObject<JobResult> GetLastJobResultOf(Guid jobId, bool requested); 43 43 [OperationContract] 44 ResponseObject<List<JobResult>> GetAllJobResults(Guid jobId); 45 [OperationContract] 44 46 Response RequestSnapshot(Guid jobId); 45 47 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.