iControl.LocalLBDNSCache.remove_all_root_hints C# (CSharp) Method

remove_all_root_hints() private method

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