IMobileServiceSyncContext インターフェイス

定義

ローカル データベースをリモート データベースと同期する方法を提供します。

public interface IMobileServiceSyncContext
type IMobileServiceSyncContext = interface
Public Interface IMobileServiceSyncContext

プロパティ

Handler

のインスタンス。IMobileServiceSyncHandler

IsInitialized

同期コンテキストが初期化されているかどうかを示します。

PendingOperations

リモート テーブルにまだプッシュされていない保留中の操作の数を返します。

Store

のインスタンス。IMobileServiceLocalStore

StoreTrackingOptions

現在有効になっているストア追跡オプションを示すフラグ。

メソッド

InitializeAsync(IMobileServiceLocalStore, IMobileServiceSyncHandler)

同期コンテキストを初期化します。

InitializeAsync(IMobileServiceLocalStore, IMobileServiceSyncHandler, StoreTrackingOptions)

同期コンテキストを初期化します。

PushAsync(CancellationToken)

保留中のすべての操作をリモート テーブルにプッシュします。

拡張メソッド

InitializeAsync(IMobileServiceSyncContext, IMobileServiceLocalStore)

同期コンテキストを初期化します。

InitializeAsync(IMobileServiceSyncContext, IMobileServiceLocalStore, StoreTrackingOptions)

同期コンテキストを初期化します。

PushAsync(IMobileServiceSyncContext)

リモート テーブルに対して保留中のすべてのローカル操作を再生します。

適用対象