Пример #1
0
 public bool StopNode(string cluster, string shard)
 {
     try
     {
         return(dbMgtServer.StopNode(cluster, shard));
     }
     catch (System.Exception ex)
     {
         throw ex;
     }
 }