AzureStorageExtensions.

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

Summary

execute query as an asynchronous operation.

Syntax

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

Type Parameters

Name Description
T

Parameters

Name Type Description
table CloudTable The table.
query TableQuery<T> The query.
requestOptions TableRequestOptions
cancellationToken CancellationToken The cancellation token.

Return Value

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