Share via


DataServiceActionQuery.ExecuteAsync Method

Definition

Asynchronously sends the request so that this call does not block processing while waiting for the results from the service.

public System.Threading.Tasks.Task<Microsoft.OData.Client.OperationResponse> ExecuteAsync ();
member this.ExecuteAsync : unit -> System.Threading.Tasks.Task<Microsoft.OData.Client.OperationResponse>
Public Function ExecuteAsync () As Task(Of OperationResponse)

Returns

A task represents the result of the operation.

Applies to