iControl.LocalLBNodeAddressV2.get_address C# (CSharp) Method

get_address() private method

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