iControl.SecurityFirewallRuleList.Endget_fw_rule_icmp_typecode_description C# (CSharp) Method

Endget_fw_rule_icmp_typecode_description() public method

public Endget_fw_rule_icmp_typecode_description ( System asyncResult ) : string[][][]
asyncResult System
return string[][][]
        public string[][][] Endget_fw_rule_icmp_typecode_description(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [] [] [])(results[0]));
        }
SecurityFirewallRuleList