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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET