iControl.SecurityFirewallPolicy.Endget_fw_rule_destination_port C# (CSharp) Method

Endget_fw_rule_destination_port() public method

public Endget_fw_rule_destination_port ( System asyncResult ) : CommonPortRange[][][]
asyncResult System
return CommonPortRange[][][]
        public CommonPortRange[][][] Endget_fw_rule_destination_port(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonPortRange [] [] [])(results[0]));
        }
SecurityFirewallPolicy