iControl.SecurityFirewallRuleList.remove_all_fw_rule_destination_geos C# (CSharp) Method

remove_all_fw_rule_destination_geos() private method

private remove_all_fw_rule_destination_geos ( string rule_lists, string rules ) : void
rule_lists string
rules string
return void
        public void remove_all_fw_rule_destination_geos(
		string [] rule_lists,
		string [] [] rules
	)
        {
            this.Invoke("remove_all_fw_rule_destination_geos", new object [] {
                rule_lists,
                rules});
        }
SecurityFirewallRuleList