Changeset 1735
- Timestamp:
- 05/04/09 18:31:08 (16 years ago)
- Location:
- trunk/sources/HeuristicLab.Security.Contracts/3.2/Interfaces
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Security.Contracts/3.2/Interfaces/IPermissionManager.cs
r1520 r1735 7 7 8 8 [ServiceContract] 9 public interface IPermissionManager {9 public interface IPermissionManager { 10 10 11 11 [OperationContract] … … 18 18 [OperationContract] 19 19 void EndSession(Guid sessionId); 20 21 [OperationContract] 22 [FaultContractAttribute(typeof(CommunicationException))] 23 void TestServer(); 20 24 } 21 25 }
Note: See TracChangeset
for help on using the changeset viewer.