Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave/3.3/IClientCom.cs @ 7624

Last change on this file since 7624 was 6989, checked in by spimming, 13 years ago

#1680:

  • start client communication service optionally
  • make slave client communication interchangeable ('PipeCom', 'TraceCom')
File size: 215 bytes
Line 
1
2using HeuristicLab.Clients.Hive.SlaveCore.ServiceContracts;
3namespace HeuristicLab.Clients.Hive.SlaveCore {
4  public interface IClientCom {
5    ISlaveCommunication GetSlaveCom();
6    void Close();
7  }
8}
Note: See TracBrowser for help on using the repository browser.