- Timestamp:
- 06/20/12 20:11:13 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.Hive/3.3/ServiceContracts/IHiveService.cs
r8065 r8071 30 30 [ServiceContract(ProtectionLevel = ProtectionLevel.EncryptAndSign)] 31 31 public interface IHiveService { 32 #region Authorization Methods33 [OperationContract]34 bool AuthorizesForResourceAdministration(Guid resourceId);35 #endregion36 37 32 #region Task Methods 38 33 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.