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)
protected: [DebuggerStepThroughAttribute] virtual Task<IEnumerable<TData>^>^ ExecuteQueryAsync( TableQuery<TData>^ query, int resultSize )
Return Value
Type: System.Threading.Tasks::Task<IEnumerable<TData>^>^
Show: