DataServiceAsyncExtensions.ExecuteAsync<T> 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.
public static System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<T>> ExecuteAsync<T>(this System.Data.Services.Client.DataServiceQuery<T> query, object state);
static member ExecuteAsync : System.Data.Services.Client.DataServiceQuery<'T> * obj -> System.Threading.Tasks.Task<seq<'T>>
<Extension()>
Public Function ExecuteAsync(Of T) (query As DataServiceQuery(Of T), state As Object) As Task(Of IEnumerable(Of T))
Type Parameters
- T
Parameters
- query
- DataServiceQuery<T>
- state
- Object
Returns
Task<IEnumerable<T>>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET