Changeset 15995 for branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive/3.3/ServiceClients
- Timestamp:
- 07/19/18 13:37:32 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2839_HiveProjectManagement/HeuristicLab.Clients.Hive/3.3/ServiceClients/HiveServiceClient.cs
r15978 r15995 2507 2507 System.Collections.Generic.Dictionary<System.Guid, System.Collections.Generic.List<System.Guid>> GetResourceGenealogy(); 2508 2508 2509 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IHiveService/GetResourceNames", ReplyAction="http://tempuri.org/IHiveService/GetResourceNamesResponse")] 2510 System.Collections.Generic.Dictionary<System.Guid, string> GetResourceNames(); 2511 2509 2512 [System.ServiceModel.OperationContractAttribute(Action="http://tempuri.org/IHiveService/UpdateSlave", ReplyAction="http://tempuri.org/IHiveService/UpdateSlaveResponse")] 2510 2513 void UpdateSlave(HeuristicLab.Clients.Hive.Slave slave); … … 2866 2869 } 2867 2870 2871 public System.Collections.Generic.Dictionary<System.Guid, string> GetResourceNames() 2872 { 2873 return base.Channel.GetResourceNames(); 2874 } 2875 2868 2876 public void UpdateSlave(HeuristicLab.Clients.Hive.Slave slave) 2869 2877 {
Note: See TracChangeset
for help on using the changeset viewer.