Share via


DataServiceActionQuery<T>.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<System.Collections.Generic.IEnumerable<T>> ExecuteAsync ();
member this.ExecuteAsync : unit -> System.Threading.Tasks.Task<seq<'T>>
Public Function ExecuteAsync () As Task(Of IEnumerable(Of T))

Returns

A task represents the result of the operation.

Applies to