DataServiceActionQuery Class
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.
Object of an action which returns nothing.
public class DataServiceActionQuery
type DataServiceActionQuery = class
Public Class DataServiceActionQuery
- Inheritance
-
DataServiceActionQuery
Constructors
DataServiceActionQuery(DataServiceContext, String, BodyOperationParameter[]) |
Object of an action which returns nothing. |
Properties
RequestUri |
The URI for this action. |
Methods
BeginExecute(AsyncCallback, Object) |
Asynchronously sends a request to the data service to execute a specific URI. |
EndExecute(IAsyncResult) |
Called to complete the BeginExecute(AsyncCallback, Object). |
Execute() |
Executes the action and returns the operation response. |
ExecuteAsync() |
Asynchronously sends the request so that this call does not block processing while waiting for the results from the service. |