iControl.LocalLBVirtualServer.Endget_fw_rule_icmp_typecode C# (CSharp) Method

Endget_fw_rule_icmp_typecode() public method

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