iControl.LocalLBPool.get_member_profile C# (CSharp) Method

get_member_profile() private method

private get_member_profile ( string pool_names, CommonAddressPort members ) : CommonPoolProfileAttribute[][][]
pool_names string
members CommonAddressPort
return CommonPoolProfileAttribute[][][]
        public CommonPoolProfileAttribute[][][] get_member_profile(
		string [] pool_names,
		CommonAddressPort [] [] members
	)
        {
            object [] results = this.Invoke("get_member_profile", new object [] {
                pool_names,
                members});
            return ((CommonPoolProfileAttribute [] [] [])(results[0]));
        }
LocalLBPool