iControl.GlobalLBWideIP.get_description C# (CSharp) Method

get_description() private method

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