DataServiceQuery.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 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.