IMobileServiceSyncContext.InitializeAsync メソッド

定義

オーバーロード

InitializeAsync(IMobileServiceLocalStore, IMobileServiceSyncHandler)

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

InitializeAsync(IMobileServiceLocalStore, IMobileServiceSyncHandler, StoreTrackingOptions)

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

InitializeAsync(IMobileServiceLocalStore, IMobileServiceSyncHandler)

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

public System.Threading.Tasks.Task InitializeAsync (Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceLocalStore store, Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncHandler handler);
abstract member InitializeAsync : Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceLocalStore * Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncHandler -> System.Threading.Tasks.Task
Public Function InitializeAsync (store As IMobileServiceLocalStore, handler As IMobileServiceSyncHandler) As Task

パラメーター

store
IMobileServiceLocalStore

IMobileServiceLocalStore のインスタンス。

handler
IMobileServiceSyncHandler

のインスタンス。IMobileServiceSyncHandler

戻り値

同期コンテキストが初期化されたときに完了するタスク。

適用対象

InitializeAsync(IMobileServiceLocalStore, IMobileServiceSyncHandler, StoreTrackingOptions)

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

public System.Threading.Tasks.Task InitializeAsync (Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceLocalStore store, Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncHandler handler, Microsoft.WindowsAzure.MobileServices.Sync.StoreTrackingOptions trackingOptions);
abstract member InitializeAsync : Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceLocalStore * Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncHandler * Microsoft.WindowsAzure.MobileServices.Sync.StoreTrackingOptions -> System.Threading.Tasks.Task
Public Function InitializeAsync (store As IMobileServiceLocalStore, handler As IMobileServiceSyncHandler, trackingOptions As StoreTrackingOptions) As Task

パラメーター

store
IMobileServiceLocalStore

IMobileServiceLocalStore のインスタンス。

handler
IMobileServiceSyncHandler

のインスタンス。IMobileServiceSyncHandler

trackingOptions
StoreTrackingOptions

StoreTrackingOptionsストア操作の追跡方法を示す値。どのストア イベントが発生するかに影響します。

戻り値

同期コンテキストが初期化されたときに完了するタスク。

適用対象