iControl.GlobalLBPool.Beginget_qos_coefficient_bps C# (CSharp) Method

Beginget_qos_coefficient_bps() public method

public Beginget_qos_coefficient_bps ( 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_bps(string [] pool_names, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_qos_coefficient_bps", new object[] {
            pool_names}, callback, asyncState);
        }
GlobalLBPool