iControl.GlobalLBPool.Endget_qos_coefficient_hops C# (CSharp) Method

Endget_qos_coefficient_hops() public method

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