iControl.GlobalLBPool.Beginget_qos_coefficient_hops C# (CSharp) Method

Beginget_qos_coefficient_hops() public method

public Beginget_qos_coefficient_hops ( string pool_names, System callback, object asyncState ) : System.IAsyncResult
pool_names string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_qos_coefficient_hops(string [] pool_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_qos_coefficient_hops", new object[] {
            pool_names}, callback, asyncState);
        }
GlobalLBPool