iControl.SecurityFirewallGlobalAdminIPRuleList.remove_fw_rule_icmp_typecode C# (CSharp) 메소드

remove_fw_rule_icmp_typecode() 개인적인 메소드

private remove_fw_rule_icmp_typecode ( string rules, CommonFirewallRuleICMPTypeCode typecodes ) : void
rules string
typecodes CommonFirewallRuleICMPTypeCode
리턴 void
        public void remove_fw_rule_icmp_typecode(
		string [] rules,
		CommonFirewallRuleICMPTypeCode [] [] typecodes
	)
        {
            this.Invoke("remove_fw_rule_icmp_typecode", new object [] {
                rules,
                typecodes});
        }
SecurityFirewallGlobalAdminIPRuleList