iControl.SecurityFirewallRuleList.Beginremove_fw_rule_destination_port_list C# (CSharp) Method

Beginremove_fw_rule_destination_port_list() public method

public Beginremove_fw_rule_destination_port_list ( string rule_lists, string rules, string lists, System callback, object asyncState ) : System.IAsyncResult
rule_lists string
rules string
lists string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_fw_rule_destination_port_list(string [] rule_lists,string [] [] rules,string [] [] [] lists, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_fw_rule_destination_port_list", new object[] {
            rule_lists,
            rules,
            lists}, callback, asyncState);
        }
SecurityFirewallRuleList