iControl.GlobalLBPool.Begincreate_v2 C# (CSharp) Method

Begincreate_v2() public method

public Begincreate_v2 ( string pool_names, GlobalLBLBMethod lb_methods, GlobalLBVirtualServerID members, long orders, System callback, object asyncState ) : System.IAsyncResult
pool_names string
lb_methods GlobalLBLBMethod
members GlobalLBVirtualServerID
orders long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begincreate_v2(string [] pool_names,GlobalLBLBMethod [] lb_methods,GlobalLBVirtualServerID [] [] members,long [] [] orders, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("create_v2", new object[] {
            pool_names,
            lb_methods,
            members,
            orders}, callback, asyncState);
        }
GlobalLBPool