iControl.SecurityFirewallGlobalAdminIPRuleList.Endget_fw_rule_destination_address_range C# (CSharp) Method

Endget_fw_rule_destination_address_range() public method

public Endget_fw_rule_destination_address_range ( System asyncResult ) : CommonAddressRange[][]
asyncResult System
return CommonAddressRange[][]
        public CommonAddressRange[][] Endget_fw_rule_destination_address_range(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonAddressRange [] [])(results[0]));
        }
SecurityFirewallGlobalAdminIPRuleList