AzureStorageExtensions.

ExecuteQueryAsync(CloudTable, TableQuery, TableRequestOptions, CancellationToken) Method

Summary

execute query as an asynchronous operation.

Syntax

public static IAsyncEnumerable<DynamicTableEntity> ExecuteQueryAsync(this CloudTable table, TableQuery query, TableRequestOptions requestOptions, CancellationToken cancellationToken)

Parameters

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

Return Value

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