iControl.LocalLBDNSCache.remove_root_hint C# (CSharp) Метод

remove_root_hint() приватный Метод

private remove_root_hint ( string caches, string hints ) : void
caches string
hints string
Результат void
        public void remove_root_hint(
		string [] caches,
		string [] [] hints
	)
        {
            this.Invoke("remove_root_hint", new object [] {
                caches,
                hints});
        }
LocalLBDNSCache