Changeset 15630 for branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/ServiceContracts/IHiveService.cs
- Timestamp:
- 01/18/18 15:08:25 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HiveProjectManagement/HeuristicLab.Services.Hive/3.3/ServiceContracts/IHiveService.cs
r15628 r15630 93 93 94 94 [OperationContract] 95 void DeleteJob(Guid JobId);95 void UpdateJobState(Guid JobId, JobState jobState); 96 96 97 97 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.