iControl.GlobalLBProberPool.Beginget_lb_method C# (CSharp) Method

Beginget_lb_method() public method

public Beginget_lb_method ( string pools, System callback, object asyncState ) : System.IAsyncResult
pools string
callback System
asyncState object
return 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