Example #1
0
        public List <Address> GetConfClusterServers(string cluster)
        {
            if (dbMgtServer != null)
            {
                return(dbMgtServer.GetConfClusterServers(cluster));
            }

            return(null);
        }