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<T> ExecuteQueryAsync<T>(this CloudTable table, TableQuery<T> query, CancellationToken cancellationToken)
where T : ITableEntity, new()
Type Parameters
Name | Description |
---|---|
T |
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}}. |