Changeset 6457 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts
- Timestamp:
- 06/20/11 17:04:35 (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
r6452 r6457 110 110 #endregion 111 111 112 #region HiveExperimentPermission Methods 113 void GrantPermission(Guid hiveExperimentId, Guid grantedUserId, Permission permission); 114 void RevokePermission(Guid hiveExperimentId, Guid grantedUserId); 115 #endregion 116 112 117 #region Login Methods 113 118 [OperationContract] … … 199 204 IEnumerable<Downtime> GetDowntimesForResource(Guid resourceId); 200 205 #endregion 206 201 207 } 202 208 }
Note: See TracChangeset
for help on using the changeset viewer.