iControl.SecurityFirewallGlobalRuleList.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 rules ) : void
rules string
return void
        public void remove_all_fw_rule_destination_geos(
		string [] rules
	)
        {
            this.Invoke("remove_all_fw_rule_destination_geos", new object [] {
                rules});
        }
SecurityFirewallGlobalRuleList