Changeset 839 for trunk/sources/HeuristicLab.Hive.Contracts/Interfaces
- Timestamp:
- 11/27/08 15:35:05 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Hive.Contracts/Interfaces/IClientManager.cs
r796 r839 15 15 List<ClientInfo> GetAllClients(); 16 16 [OperationContract] 17 [ServiceKnownType(typeof (Resource))] 18 [ServiceKnownType(typeof(ClientInfo))] 17 19 List<ClientGroup> GetAllClientGroups(); 18 20 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.