iControl.SecurityFirewallAddressList.Beginremove_nested_address_list C# (CSharp) Метод

Beginremove_nested_address_list() публичный Метод

public Beginremove_nested_address_list ( string lists, string nested_lists, System callback, object asyncState ) : System.IAsyncResult
lists string
nested_lists string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginremove_nested_address_list(string [] lists,string [] [] nested_lists, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_nested_address_list", new object[] {
            lists,
            nested_lists}, callback, asyncState);
        }
SecurityFirewallAddressList