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