예제 #1
0
 public void Resume(string topic)
 {
     if (_disposed)
     {
         return;
     }
     _clusterClient.Resume(topic);
 }