DataServiceActionQuery.ExecuteAsync Method
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.
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.