- Timestamp:
- 08/20/16 10:45:48 (8 years ago)
- Location:
- branches/thasling/DistributedGA/DistributedGA.Core/Interface
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/thasling/DistributedGA/DistributedGA.Core/Interface/IContactService.cs
r13924 r14261 18 18 [OperationContract] 19 19 void UpdateHeartbeat(PeerInfo source); //Sends heartbeat to contact-server 20 21 [OperationContract]22 void MakeLog(PeerInfo source, string msg); //Used to log all peers at a single location23 24 20 } 25 21 } -
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.