iControl.LocalLBDNSCache.remove_nameserver C# (CSharp) Méthode

remove_nameserver() private méthode

private remove_nameserver ( string caches, string zones, CommonIPPortDefinition nameservers ) : void
caches string
zones string
nameservers CommonIPPortDefinition
Résultat void
        public void remove_nameserver(
		string [] caches,
		string [] [] zones,
		CommonIPPortDefinition [] [] [] nameservers
	)
        {
            this.Invoke("remove_nameserver", new object [] {
                caches,
                zones,
                nameservers});
        }
LocalLBDNSCache