iControl.GlobalLBGlobals.Beginget_qos_factor_vs_score C# (CSharp) Method

Beginget_qos_factor_vs_score() public method

public Beginget_qos_factor_vs_score ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_qos_factor_vs_score(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_qos_factor_vs_score", new object[0], callback, asyncState);
        }
GlobalLBGlobals