DataServiceActionQuery Class

Definition

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.

Applies to