iControl.LocalLBPool.Begincreate_v2 C# (CSharp) Method

Begincreate_v2() public method

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