iControl.LocalLBDNSCache.get_root_hint C# (CSharp) Method

get_root_hint() private method

private get_root_hint ( string caches ) : string[][]
caches string
return string[][]
        public string[][] get_root_hint(
		string [] caches
	)
        {
            object [] results = this.Invoke("get_root_hint", new object [] {
                caches});
            return ((string [] [])(results[0]));
        }
LocalLBDNSCache