iControl.NetworkingRouteDomainV2.get_fw_rule_icmp_typecode_description C# (CSharp) Method

get_fw_rule_icmp_typecode_description() private method

private get_fw_rule_icmp_typecode_description ( string route_domains, string rules, CommonFirewallRuleICMPTypeCode typecodes ) : string[][][]
route_domains string
rules string
typecodes CommonFirewallRuleICMPTypeCode
return string[][][]
        public string[][][] get_fw_rule_icmp_typecode_description(
		string [] route_domains,
		string [] [] rules,
		CommonFirewallRuleICMPTypeCode [] [] [] typecodes
	)
        {
            object [] results = this.Invoke("get_fw_rule_icmp_typecode_description", new object [] {
                route_domains,
                rules,
                typecodes});
            return ((string [] [] [])(results[0]));
        }
NetworkingRouteDomainV2