Changeset 14261 for branches/thasling/DistributedGA/DistributedGA.Core/Interface/IPeerListManager.cs
- Timestamp:
- 08/20/16 10:45:48 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/thasling/DistributedGA/DistributedGA.Core/Interface/IPeerListManager.cs
r14009 r14261 10 10 List<PeerInfo> GetPeerList(); //Recieves all peers in the network from contact-server 11 11 12 void SendLogToServer(string msg);13 14 12 void Dispose(); 15 13 }
Note: See TracChangeset
for help on using the changeset viewer.