iControl.GlobalLBPool.Endget_qos_coefficient_topology C# (CSharp) Method

Endget_qos_coefficient_topology() public method

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