iControl.SecurityFirewallRuleList.Beginremove_all_fw_rules C# (CSharp) Method

Beginremove_all_fw_rules() public method

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