Changeset 5375 for branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Services.Hive.Common/3.4/ServiceContracts
- Timestamp:
- 01/25/11 17:34:47 (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
r5155 r5375 1 1 using System; 2 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Text; 3 using System.Net.Security; 5 4 using System.ServiceModel; 6 using System.IO;7 5 using HeuristicLab.Services.Hive.Common.DataTransfer; 8 using System.Net.Security;9 6 10 7 namespace HeuristicLab.Services.Hive.Common.ServiceContracts { … … 85 82 86 83 [OperationContract] 87 void GoodBye( );84 void GoodBye(Guid slaveId); 88 85 #endregion 89 86 … … 101 98 IEnumerable<PluginData> GetPluginDatas(List<Guid> pluginIds); 102 99 #endregion 103 100 104 101 #region Slave Methods 105 102 [OperationContract]
Note: See TracChangeset
for help on using the changeset viewer.