iControl.LocalLBPool.Beginset_lb_method C# (CSharp) Method

Beginset_lb_method() public method

public Beginset_lb_method ( string pool_names, LocalLBLBMethod lb_methods, System callback, object asyncState ) : System.IAsyncResult
pool_names string
lb_methods LocalLBLBMethod
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_lb_method(string [] pool_names,LocalLBLBMethod [] lb_methods, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_lb_method", new object[] {
            pool_names,
            lb_methods}, callback, asyncState);
        }
LocalLBPool