iControl.LocalLBPool.Endget_member_profile C# (CSharp) Method

Endget_member_profile() public method

public Endget_member_profile ( System asyncResult ) : iControl.CommonPoolProfileAttribute[][][]
asyncResult System
return iControl.CommonPoolProfileAttribute[][][]
        public CommonPoolProfileAttribute[][][] Endget_member_profile(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonPoolProfileAttribute [] [] [])(results[0]));
        }
LocalLBPool