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

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

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