iControl.SecurityFirewallRuleList.get_fw_rule_icmp_typecode C# (CSharp) Method

get_fw_rule_icmp_typecode() private method

private get_fw_rule_icmp_typecode ( string rule_lists, string rules ) : CommonFirewallRuleICMPTypeCode[][][]
rule_lists string
rules string
return CommonFirewallRuleICMPTypeCode[][][]
        public CommonFirewallRuleICMPTypeCode[][][] get_fw_rule_icmp_typecode(
		string [] rule_lists,
		string [] [] rules
	)
        {
            object [] results = this.Invoke("get_fw_rule_icmp_typecode", new object [] {
                rule_lists,
                rules});
            return ((CommonFirewallRuleICMPTypeCode [] [] [])(results[0]));
        }
SecurityFirewallRuleList