iControl.GlobalLBWideIPV2.Endget_wide_ip_pool_ratio C# (CSharp) Method

Endget_wide_ip_pool_ratio() public method

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