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..."); }
private void CheckIfStillHere(int id) { mySelf.Send(Codes.MANIFEST_PRESENCE_CODE, id); }