示例#1
0
 public void Pause(string topic)
 {
     if (_disposed)
     {
         return;
     }
     _clusterClient.Pause(topic);
 }