Share via


DataServiceClientRequestMessage.EndGetResponse(IAsyncResult) Method

Definition

Ends an asynchronous request to an Internet resource.

public abstract Microsoft.OData.IODataResponseMessage EndGetResponse (IAsyncResult asyncResult);
abstract member EndGetResponse : IAsyncResult -> Microsoft.OData.IODataResponseMessage
Public MustOverride Function EndGetResponse (asyncResult As IAsyncResult) As IODataResponseMessage

Parameters

asyncResult
IAsyncResult

The pending request for a response.

Returns

A System.Net.WebResponse that contains the response from the Internet resource.

Applies to