Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/08/16 17:02:06 (8 years ago)
Author:
thasling
Message:

prepared protoype for next meeting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/thasling/DistributedGA/DistributedGA.ContactServer/IContactService.cs

    r13524 r13887  
    1919
    2020        [OperationContract]
    21         void MakeLog(PeerInfo source, string msg); //used to log all peers at a single location
    22  
     21        void UpdateHeartbeat(PeerInfo source); //Sends heartbeat to contact-server
     22
     23        [OperationContract]
     24        void MakeLog(PeerInfo source, string msg); //Used to log all peers at a single location
     25
    2326    }
    2427}
Note: See TracChangeset for help on using the changeset viewer.