public void DisconnectData(int topicId) { try { // remove the topic from the list client.RemoveTopic(topicId); } catch (Exception e) { log.Error("DisconnectData:", e); } }
public void DisconnectData(int topicID) { // remove the topic from the list client.RemoveTopic(topicID); }