iControl.LocalLBDNSCache.remove_root_hint C# (CSharp) Method

remove_root_hint() private method

private remove_root_hint ( string caches, string hints ) : void
caches string
hints string
return void
        public void remove_root_hint(
		string [] caches,
		string [] [] hints
	)
        {
            this.Invoke("remove_root_hint", new object [] {
                caches,
                hints});
        }
LocalLBDNSCache