Changeset 5779 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts
- Timestamp:
- 03/21/11 15:05:48 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts/IHiveService.cs
r5636 r5779 54 54 [OperationContract] 55 55 void PauseJob(Guid jobId); 56 57 [OperationContract] 58 void RestartJob(Guid jobId); 56 59 #endregion 57 60
Note: See TracChangeset
for help on using the changeset viewer.