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

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

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