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