iControl.SecurityFirewallRuleList.Endget_fw_rule_icmp_typecode C# (CSharp) 메소드

Endget_fw_rule_icmp_typecode() 공개 메소드

public Endget_fw_rule_icmp_typecode ( System asyncResult ) : iControl.CommonFirewallRuleICMPTypeCode[][][]
asyncResult System
리턴 iControl.CommonFirewallRuleICMPTypeCode[][][]
        public CommonFirewallRuleICMPTypeCode[][][] Endget_fw_rule_icmp_typecode(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonFirewallRuleICMPTypeCode [] [] [])(results[0]));
        }
SecurityFirewallRuleList