iControl.LocalLBDNSCache.add_root_hint C# (CSharp) 메소드

add_root_hint() 개인적인 메소드

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