iControl.LocalLBNodeAddressV2.get_description C# (CSharp) Method

get_description() private method

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