Share via


DataServiceQuery.ExecuteAsync Method

Definition

Asynchronously sends a request to execute the data service query.

public virtual System.Threading.Tasks.Task<System.Collections.IEnumerable> ExecuteAsync ();
abstract member ExecuteAsync : unit -> System.Threading.Tasks.Task<System.Collections.IEnumerable>
override this.ExecuteAsync : unit -> System.Threading.Tasks.Task<System.Collections.IEnumerable>
Public Overridable Function ExecuteAsync () As Task(Of IEnumerable)

Returns

A task represents An IEnumerable<T> that contains the results of the query operation.

Applies to