iControl.LocalLBNodeAddressV2.get_metadata C# (CSharp) Method

get_metadata() private method

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