MobileServiceSyncTableExtensions Class
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.
Provides extension methods on IMobileServiceSyncTable
public static class MobileServiceSyncTableExtensions
type MobileServiceSyncTableExtensions = class
Public Module MobileServiceSyncTableExtensions
- Inheritance
-
MobileServiceSyncTableExtensions
Methods
PullAsync(IMobileServiceSyncTable, String, String, IDictionary<String,String>, Boolean, CancellationToken) |
Pulls all items that match the given query from the associated remote table. Supports incremental sync. |
PullAsync(IMobileServiceSyncTable, String, String, IDictionary<String,String>, CancellationToken, PullOptions) |
Pulls all items that match the given query from the associated remote table. Supports incremental sync. |
PullAsync(IMobileServiceSyncTable, String, String, IDictionary<String,String>, CancellationToken) |
Pulls all items that match the given query from the associated remote table. Supports incremental sync. |
PullAsync(IMobileServiceSyncTable, String, String, PullOptions) |
Pulls all items that match the given query from the associated remote table. Supports incremental sync. |
PullAsync(IMobileServiceSyncTable, String, String) |
Pulls all items that match the given query from the associated remote table. Supports incremental sync. |
PullAsync<T,U>(IMobileServiceSyncTable<T>, String, IMobileServiceTableQuery<U>, Boolean, CancellationToken) |
Pulls all items that match the given query from the associated remote table. |
PullAsync<T,U>(IMobileServiceSyncTable<T>, String, IMobileServiceTableQuery<U>, CancellationToken, PullOptions) |
Pulls all items that match the given query from the associated remote table. |
PullAsync<T,U>(IMobileServiceSyncTable<T>, String, IMobileServiceTableQuery<U>, CancellationToken) |
Pulls all items that match the given query from the associated remote table. |
PullAsync<T,U>(IMobileServiceSyncTable<T>, String, IMobileServiceTableQuery<U>, PullOptions) |
Pulls all items that match the given query from the associated remote table. |
PullAsync<T,U>(IMobileServiceSyncTable<T>, String, IMobileServiceTableQuery<U>) |
Pulls all items that match the given query from the associated remote table. |
PurgeAsync(IMobileServiceSyncTable, Boolean) |
Deletes all the items in local table |
PurgeAsync(IMobileServiceSyncTable, String) |
Deletes all the items in local table that match the query. |
PurgeAsync(IMobileServiceSyncTable) |
Deletes all the items in local table |
PurgeAsync<T,U>(IMobileServiceSyncTable<T>, IMobileServiceTableQuery<U>) |
Deletes all the items in local table that match the query. |
Applies to
Azure SDK for .NET