StorageDomainManager<TData>.ExecuteQueryAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected virtual System.Threading.Tasks.Task<System.Collections.Generic.IEnumerable<TData>> ExecuteQueryAsync (Microsoft.WindowsAzure.Storage.Table.TableQuery<TData> query, int resultSize);
abstract member ExecuteQueryAsync : Microsoft.WindowsAzure.Storage.Table.TableQuery<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))> * int -> System.Threading.Tasks.Task<seq<'Data>>
override this.ExecuteQueryAsync : Microsoft.WindowsAzure.Storage.Table.TableQuery<'Data (requires 'Data : null and 'Data :> Microsoft.WindowsAzure.Mobile.Service.Tables.ITableData and 'Data :> Microsoft.WindowsAzure.Storage.Table.ITableEntity and 'Data : (new : unit -> 'Data))> * int -> System.Threading.Tasks.Task<seq<'Data>>
Protected Overridable Function ExecuteQueryAsync (query As TableQuery(Of TData), resultSize As Integer) As Task(Of IEnumerable(Of TData))
Parameters
- query
- TableQuery<TData>
- resultSize
- Int32
Returns
Task<IEnumerable<TData>>
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET