DataServiceContext.BeginExecute<T> Method
September 23, 2011
Asynchronously sends a request to the Open Data Protocol (OData) service to execute a specific URI.
| Name | Description | |
|---|---|---|
|
BeginExecute<TElement>(Uri, AsyncCallback, Object) | Asynchronously sends the request so that this call does not block processing while waiting for the results from the service. |
|
BeginExecute<T>(DataServiceQueryContinuation<T>, AsyncCallback, Object) | Asynchronously sends a request to the Open Data Protocol (OData) service to retrieve the next page of data in a paged query result. |