Summary
execute query as an asynchronous operation.
- Assembly
- Rocket
.Surgery .Azure .Storage .dll - Namespace
- Microsoft
.Azure .Cosmos .Table - Containing Type
- Azure
Storage Extensions
Syntax
public static IAsyncEnumerable<DynamicTableEntity> ExecuteQueryAsync(this CloudTable table, TableQuery query, CancellationToken cancellationToken)
Parameters
| Name | Type | Description |
|---|---|---|
| table | CloudTable | The table. |
| query | TableQuery | The query. |
| cancellationToken | CancellationToken | The cancellation token. |
Return Value
| Type | Description |
|---|---|
| IAsyncEnumerable |
Task{IEnumerable{T}}. |
