DataServiceContext.BeginExecute Method

Include Protected Members
Include Inherited Members

Asynchronously sends a request to the data service to execute a specific URI.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method 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.
Public method BeginExecute<T>(DataServiceQueryContinuation<T>, AsyncCallback, Object) Asynchronously sends a request to the data service to retrieve the next page of data in a paged query result.
Public method BeginExecute(Uri, AsyncCallback, Object, String, array<OperationParameter[]) Asynchronously sends a request to the data service to execute a specific URI.
Public method BeginExecute<TElement>(Uri, AsyncCallback, Object, String, Boolean, array<OperationParameter[]) Asynchronously sends a request to the data service to execute a specific URI.

Top

See Also

Reference

DataServiceContext Class

System.Data.Services.Client Namespace