AzureStorageExtensions.

ExecuteQueryAsync<T>(CloudTable, TableQuery<T>) Method

Summary

Executes the query asynchronous.

Syntax

public static IAsyncEnumerable<T> ExecuteQueryAsync<T>(this CloudTable table, TableQuery<T> query) 
    where T : ITableEntity, new()

Type Parameters

Name Description
T

Parameters

Name Type Description
table CloudTable The table.
query TableQuery<T> The query.

Return Value

Type Description
IAsyncEnumerable<T> Task{IEnumerable{T}}.