iControl.SecurityFirewallAddressList.Beginremove_nested_address_list C# (CSharp) Method

Beginremove_nested_address_list() public method

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
return 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