- Timestamp:
- 08/12/16 13:30:41 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageHandler.cs
r13972 r14253 2 2 using System.Collections.Generic; 3 3 using DistributedGA.Core.Domain; 4 using DistributedGA.Core.Util; 4 5 5 6 namespace DistributedGA.Core.Interface { … … 9 10 void Init(string lanIpPrefix, string contactServerUrl, string problemInstance, int messageCacheCapacty, double communicationRate); 10 11 11 void PublishDataToNetwork( byte[]data);12 void PublishDataToNetwork(ByteArrayWrapper data); 12 13 13 List<KeyValuePair<PeerInfo, byte[]>> GetDataFromNetwork();14 List<KeyValuePair<PeerInfo, ByteArrayWrapper>> GetDataFromNetwork(); 14 15 15 16 PeerInfo GetPeerInfo();
Note: See TracChangeset
for help on using the changeset viewer.