MobileServiceCollection<TTable,TCollection>.ProcessQueryAsync 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.
Evaluates the query and adds the result to the collection.
protected virtual System.Threading.Tasks.Task<int> ProcessQueryAsync (System.Threading.CancellationToken token, Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<TTable> query);
abstract member ProcessQueryAsync : System.Threading.CancellationToken * Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'able> -> System.Threading.Tasks.Task<int>
override this.ProcessQueryAsync : System.Threading.CancellationToken * Microsoft.WindowsAzure.MobileServices.IMobileServiceTableQuery<'able> -> System.Threading.Tasks.Task<int>
Protected Overridable Function ProcessQueryAsync (token As CancellationToken, query As IMobileServiceTableQuery(Of TTable)) As Task(Of Integer)
Parameters
- token
- CancellationToken
A token to cancel the operation.
- query
- IMobileServiceTableQuery<TTable>
The query to evaluate.
Returns
A task representing the ongoing operation.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET