DataServiceClientRequestMessage.EndGetResponse Method
Ends an asynchronous request to an Internet resource.
Namespace: System.Data.Services.Client
Assembly: Microsoft.Data.Services.Client (in Microsoft.Data.Services.Client.dll)
Syntax
'Declaration
Public MustOverride Function EndGetResponse ( _
asyncResult As IAsyncResult _
) As IODataResponseMessage
'Usage
Dim instance As DataServiceClientRequestMessage
Dim asyncResult As IAsyncResult
Dim returnValue As IODataResponseMessage
returnValue = instance.EndGetResponse(asyncResult)
public abstract IODataResponseMessage EndGetResponse(
IAsyncResult asyncResult
)
public:
virtual IODataResponseMessage^ EndGetResponse(
IAsyncResult^ asyncResult
) abstract
abstract EndGetResponse :
asyncResult:IAsyncResult -> IODataResponseMessage
public abstract function EndGetResponse(
asyncResult : IAsyncResult
) : IODataResponseMessage
Parameters
- asyncResult
Type: System.IAsyncResult
The pending request for a response.
Return Value
Type: Microsoft.Data.OData.IODataResponseMessage
A System.Net.WebResponse that contains the response from the Internet resource.