iControl.GlobalLBWideIPV2.get_description C# (CSharp) Method

get_description() private method

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