IMobileServiceSyncContext.InitializeAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
InitializeAsync(IMobileServiceLocalStore, IMobileServiceSyncHandler) |
Initialise le contexte de synchronisation. |
InitializeAsync(IMobileServiceLocalStore, IMobileServiceSyncHandler, StoreTrackingOptions) |
Initialise le contexte de synchronisation. |
InitializeAsync(IMobileServiceLocalStore, IMobileServiceSyncHandler)
Initialise le contexte de synchronisation.
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
Paramètres
- store
- IMobileServiceLocalStore
Instance de IMobileServiceLocalStore.
- handler
- IMobileServiceSyncHandler
Instance de .IMobileServiceSyncHandler
Retours
Tâche qui se termine lorsque le contexte de synchronisation est initialisé.
S’applique à
InitializeAsync(IMobileServiceLocalStore, IMobileServiceSyncHandler, StoreTrackingOptions)
Initialise le contexte de synchronisation.
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
Paramètres
- store
- IMobileServiceLocalStore
Instance de IMobileServiceLocalStore.
- handler
- IMobileServiceSyncHandler
Instance de .IMobileServiceSyncHandler
- trackingOptions
- StoreTrackingOptions
Valeur StoreTrackingOptions indiquant comment les opérations de magasin seront suivies, impactant les événements de magasin qui sont déclenchés.
Retours
Tâche qui se termine lorsque le contexte de synchronisation est initialisé.
S’applique à
Azure SDK for .NET