iControl.LocalLBPool.Beginadd_member C# (CSharp) Method

Beginadd_member() public method

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