iControl.SecurityFirewallGlobalAdminIPRuleList.Endget_fw_rule_destination_port C# (CSharp) Метод

Endget_fw_rule_destination_port() публичный Метод

public Endget_fw_rule_destination_port ( System asyncResult ) : CommonPortRange[][]
asyncResult System
Результат CommonPortRange[][]
        public CommonPortRange[][] Endget_fw_rule_destination_port(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonPortRange [] [])(results[0]));
        }
SecurityFirewallGlobalAdminIPRuleList