- Timestamp:
- 07/01/16 10:47:53 (8 years ago)
- Location:
- branches/thasling/DistributedGA/DistributedGA.Core/Interface
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageHandler.cs
r13956 r13965 6 6 public interface IMessageHandler { 7 7 8 void Init(string lanIpPrefix, string contactServerUrl, string problemInstance, int messageCacheCapacty, int communicationRate); //Registers at contract-server8 void Init(string lanIpPrefix, string contactServerUrl, string problemInstance, int messageCacheCapacty, double communicationRate); 9 9 10 10 void PublishDataToNetwork(byte[][] data); -
branches/thasling/DistributedGA/DistributedGA.Core/Interface/IPeerListManager.cs
r13956 r13965 6 6 public interface IPeerListManager { 7 7 8 void Init(PeerInfo source, string contactServerUrl, intcommunicationRate); //Registers own instance at the contact-server8 void Init(PeerInfo source, string contactServerUrl, double communicationRate); //Registers own instance at the contact-server 9 9 10 10 List<PeerInfo> GetPeerList(); //Recieves all peers in the network from contact-server
Note: See TracChangeset
for help on using the changeset viewer.