DataServiceClientRequestMessage.BeginGetResponse Method

Begins 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 BeginGetResponse ( _
    callback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As DataServiceClientRequestMessage 
Dim callback As AsyncCallback 
Dim state As Object 
Dim returnValue As IAsyncResult 

returnValue = instance.BeginGetResponse(callback, _
    state)
public abstract IAsyncResult BeginGetResponse(
    AsyncCallback callback,
    Object state
)
public:
virtual IAsyncResult^ BeginGetResponse(
    AsyncCallback^ callback, 
    Object^ state
) abstract
abstract BeginGetResponse : 
        callback:AsyncCallback * 
        state:Object -> IAsyncResult
public abstract function BeginGetResponse(
    callback : AsyncCallback, 
    state : Object
) : IAsyncResult

Parameters

Return Value

Type: System.IAsyncResult
An System.IAsyncResult that references the asynchronous request for a response.

See Also

Reference

DataServiceClientRequestMessage Class

System.Data.Services.Client Namespace