iControl.LocalLBDNSCache.get_description C# (CSharp) Method

get_description() private method

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