iControl.LocalLBPool.Beginadd_member_profile C# (CSharp) Method

Beginadd_member_profile() public method

public Beginadd_member_profile ( string pool_names, CommonAddressPort members, string profiles, System callback, object asyncState ) : System.IAsyncResult
pool_names string
members CommonAddressPort
profiles string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginadd_member_profile(string [] pool_names,CommonAddressPort [] [] members,string [] [] [] profiles, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_member_profile", new object[] {
            pool_names,
            members,
            profiles}, callback, asyncState);
        }
LocalLBPool