示例#1
0
        public virtual void AddPrimaryZone(string zoneName, string[] secondaryServers)
        {
            ps.Add_DnsServerPrimaryZone(zoneName, secondaryServers);

            // remove ns records
            ps.Remove_DnsServerResourceRecords(zoneName, "NS");
        }