MobileServiceCollection<TTable,TCollection>.ProcessQueryAsync Method

Definition

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);
Parameters
token
CancellationToken

A token to cancel the operation.

query
IMobileServiceTableQuery<TTable>

The query to evaluate.

Returns

A task representing the ongoing operation.