iControl.GlobalLBPool.Beginset_qos_coefficient_vs_score C# (CSharp) Method

Beginset_qos_coefficient_vs_score() public method

public Beginset_qos_coefficient_vs_score ( 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_vs_score(string [] pool_names,long [] values, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_qos_coefficient_vs_score", new object[] {
            pool_names,
            values}, callback, asyncState);
        }
GlobalLBPool