public void reportFailure() { foreach (DictionaryEntry pair in PadInts) { PadInt b = (PadInt)pair.Value; b.changeServer(this); } //_masterServer.registerNewPrimaryServer(_url, _Id); // Quero passar é o id do primary que vou substiruir!!! (Neste caso id = port) _masterServer.registerNewPrimaryServer(_url, _primaryPort); // lança no master; _isPrimary = true; _primaryPort = 0; }