iControl.SecurityFirewallGlobalAdminIPRuleList.Beginremove_all_fw_rule_source_address_lists C# (CSharp) Method

Beginremove_all_fw_rule_source_address_lists() public method

public Beginremove_all_fw_rule_source_address_lists ( string rules, System callback, object asyncState ) : System.IAsyncResult
rules string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_all_fw_rule_source_address_lists(string [] rules, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_fw_rule_source_address_lists", new object[] {
            rules}, callback, asyncState);
        }
SecurityFirewallGlobalAdminIPRuleList