iControl.GlobalLBPoolV2.Beginget_qos_coefficient_vs_score C# (CSharp) 메소드

Beginget_qos_coefficient_vs_score() 공개 메소드

public Beginget_qos_coefficient_vs_score ( GlobalLBPoolID pools, System callback, object asyncState ) : System.IAsyncResult
pools GlobalLBPoolID
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_qos_coefficient_vs_score(GlobalLBPoolID [] pools, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_qos_coefficient_vs_score", new object[] {
            pools}, callback, asyncState);
        }
GlobalLBPoolV2