iControl.GlobalLBPool.Beginget_qos_coefficient_hit_ratio C# (CSharp) Method

Beginget_qos_coefficient_hit_ratio() public method

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