iControl.GlobalLBWideIPV2.Endget_wide_ip_pool_order C# (CSharp) Method

Endget_wide_ip_pool_order() public method

public Endget_wide_ip_pool_order ( System asyncResult ) : long[][]
asyncResult System
return long[][]
        public long[][] Endget_wide_ip_pool_order(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((long [] [])(results[0]));
        }
GlobalLBWideIPV2