DataServiceClientRequestMessage.BeginGetResponse Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Begins an asynchronous request to an Internet resource.
public abstract IAsyncResult BeginGetResponse (AsyncCallback callback, object state);
abstract member BeginGetResponse : AsyncCallback * obj -> IAsyncResult
Public MustOverride Function BeginGetResponse (callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- callback
- AsyncCallback
The System.AsyncCallback delegate.
- state
- Object
The state object for this request.
Returns
An System.IAsyncResult that references the asynchronous request for a response.