source:
branches/thasling/DistributedGA/DistributedGA.Core/Interface/IMessageSender.cs
@
13905
Last change on this file since 13905 was 13887, checked in by thasling, 8 years ago | |
---|---|
File size: 240 bytes |
Line | |
---|---|
1 | using DistributedGA.Core.Domain; |
2 | |
3 | namespace DistributedGA.Core.Interface |
4 | { |
5 | |
6 | public interface IMessageSender |
7 | { |
8 | |
9 | void Init(PeerInfo source); |
10 | |
11 | void SendData(PeerInfo destination, byte[][] data); |
12 | } |
13 | } |
Note: See TracBrowser
for help on using the repository browser.