iControl.LocalLBPool.Begincreate C# (CSharp) Method

Begincreate() public method

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