iControl.GlobalLBPool.Beginset_qos_coefficient_hops C# (CSharp) Method

Beginset_qos_coefficient_hops() public method

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