Share via


StorageDomainManager<TData>.ExecuteQueryAsync Method (TableQuery<TData>, Int32)

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Storage (in Microsoft.WindowsAzure.Mobile.Service.Storage.dll)

Syntax

[DebuggerStepThroughAttribute]
protected virtual Task<IEnumerable<TData>> ExecuteQueryAsync(
    TableQuery<TData> query,
    int resultSize
)
protected:
[DebuggerStepThroughAttribute]
virtual Task<IEnumerable<TData>^>^ ExecuteQueryAsync(
    TableQuery<TData>^ query,
    int resultSize
)
[<DebuggerStepThroughAttribute>]
abstract ExecuteQueryAsync : 
        query:TableQuery<'TData> *
        resultSize:int -> Task<IEnumerable<'TData>>
[<DebuggerStepThroughAttribute>]
override ExecuteQueryAsync : 
        query:TableQuery<'TData> *
        resultSize:int -> Task<IEnumerable<'TData>>
<DebuggerStepThroughAttribute>
Protected Overridable Function ExecuteQueryAsync (
    query As TableQuery(Of TData),
    resultSize As Integer
) As Task(Of IEnumerable(Of TData))

Return Value

Type: System.Threading.Tasks.Task<IEnumerable<TData>>

See Also

StorageDomainManager<TData> Class
Microsoft.WindowsAzure.Mobile.Service Namespace

Return to top