iControl.GlobalLBProberPool.Beginget_lb_method C# (CSharp) 메소드

Beginget_lb_method() 공개 메소드

public Beginget_lb_method ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Beginget_lb_method(string [] pools, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_lb_method", new object[] {
            pools}, callback, asyncState);
        }
GlobalLBProberPool