iControl.LocalLBPool.Beginremove_all_member_profiles C# (CSharp) Method

Beginremove_all_member_profiles() public method

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