Ejemplo n.º 1
0
 private void CheckIfStillHere(int id)
 {
     mySelf.Send(catalogue_name, "", "operation", "0", new List <string>()
     {
         DataUtils.MANIFEST_PRESENCE_CODE
     }, id);
     AppendTextToLog("Checking if client number " + id + " is still here...");
 }
Ejemplo n.º 2
0
 private void CheckIfStillHere(int id)
 {
     mySelf.Send(Codes.MANIFEST_PRESENCE_CODE, id);
 }