你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

MobileServiceCollection<TTable,TCollection>.ProcessQueryAsync 方法

定义

对查询进行评估并且将结果添加到集合中。

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)

参数

token
CancellationToken

用于取消此操作的令牌。

query
IMobileServiceTableQuery<TTable>

要评估的查询。

返回

表示正在进行的操作的任务。

适用于