Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/11 14:12:30 (13 years ago)
Author:
ascheibe
Message:

#1233

  • use SlaveComm Endpoint from app.config
  • various further slave bugfixes/cleanups
  • added preliminary icon for hive slave ui and some slave ui improvements
  • added resource deletion to admin ui
  • fix service exception thrown if there is no EventLog
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave.Tests/SlaveCommListener.cs

    r5599 r5711  
    3535
    3636    public void Open() {
    37       //TODO: read info from app.config
    38       pipeFactory = new DuplexChannelFactory<ISlaveCommunication>(this,
    39         new NetNamedPipeBinding(), new EndpointAddress("net.pipe://localhost/HeuristicLabSlaveCom"));
    40 
     37      pipeFactory = new DuplexChannelFactory<ISlaveCommunication>(this, "SlaveCommunicationServiceEndpoint");
    4138      pipeProxy = pipeFactory.CreateChannel();
    4239      pipeProxy.Subscribe();
Note: See TracChangeset for help on using the changeset viewer.