Compartilhar via


MobileServiceSyncTableExtensions Classe

Definição

Fornece métodos de extensão em IMobileServiceSyncTable

public static class MobileServiceSyncTableExtensions
type MobileServiceSyncTableExtensions = class
Public Module MobileServiceSyncTableExtensions
Herança
MobileServiceSyncTableExtensions

Métodos

PullAsync(IMobileServiceSyncTable, String, String)

Efetua pull de todos os itens que correspondem à consulta fornecida da tabela remota associada. Dá suporte à sincronização incremental.

PullAsync(IMobileServiceSyncTable, String, String, IDictionary<String,String>, Boolean, CancellationToken)

Efetua pull de todos os itens que correspondem à consulta fornecida da tabela remota associada. Dá suporte à sincronização incremental.

PullAsync(IMobileServiceSyncTable, String, String, IDictionary<String,String>, CancellationToken)

Efetua pull de todos os itens que correspondem à consulta fornecida da tabela remota associada. Dá suporte à sincronização incremental.

PullAsync(IMobileServiceSyncTable, String, String, IDictionary<String,String>, CancellationToken, PullOptions)

Efetua pull de todos os itens que correspondem à consulta fornecida da tabela remota associada. Dá suporte à sincronização incremental.

PullAsync(IMobileServiceSyncTable, String, String, PullOptions)

Efetua pull de todos os itens que correspondem à consulta fornecida da tabela remota associada. Dá suporte à sincronização incremental.

PullAsync<T,U>(IMobileServiceSyncTable<T>, String, IMobileServiceTableQuery<U>)

Efetua pull de todos os itens que correspondem à consulta fornecida da tabela remota associada.

PullAsync<T,U>(IMobileServiceSyncTable<T>, String, IMobileServiceTableQuery<U>, Boolean, CancellationToken)

Efetua pull de todos os itens que correspondem à consulta fornecida da tabela remota associada.

PullAsync<T,U>(IMobileServiceSyncTable<T>, String, IMobileServiceTableQuery<U>, CancellationToken)

Efetua pull de todos os itens que correspondem à consulta fornecida da tabela remota associada.

PullAsync<T,U>(IMobileServiceSyncTable<T>, String, IMobileServiceTableQuery<U>, CancellationToken, PullOptions)

Efetua pull de todos os itens que correspondem à consulta fornecida da tabela remota associada.

PullAsync<T,U>(IMobileServiceSyncTable<T>, String, IMobileServiceTableQuery<U>, PullOptions)

Efetua pull de todos os itens que correspondem à consulta fornecida da tabela remota associada.

PurgeAsync(IMobileServiceSyncTable)

Exclui todos os itens na tabela local

PurgeAsync(IMobileServiceSyncTable, Boolean)

Exclui todos os itens na tabela local

PurgeAsync(IMobileServiceSyncTable, String)

Exclui todos os itens na tabela local que correspondem à consulta.

PurgeAsync<T,U>(IMobileServiceSyncTable<T>, IMobileServiceTableQuery<U>)

Exclui todos os itens na tabela local que correspondem à consulta.

Aplica-se a