MobileServiceSyncContextExtensions.InitializeAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
InitializeAsync(IMobileServiceSyncContext, IMobileServiceLocalStore) |
Initialisiert den Synchronisierungskontext. |
InitializeAsync(IMobileServiceSyncContext, IMobileServiceLocalStore, StoreTrackingOptions) |
Initialisiert den Synchronisierungskontext. |
InitializeAsync(IMobileServiceSyncContext, IMobileServiceLocalStore)
Initialisiert den Synchronisierungskontext.
public static System.Threading.Tasks.Task InitializeAsync (this Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncContext context, Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceLocalStore store);
static member InitializeAsync : Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncContext * Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceLocalStore -> System.Threading.Tasks.Task
<Extension()>
Public Function InitializeAsync (context As IMobileServiceSyncContext, store As IMobileServiceLocalStore) As Task
Parameter
- context
- IMobileServiceSyncContext
Eine Instanz von IMobileServiceSyncContext.
- store
- IMobileServiceLocalStore
Eine Instanz von IMobileServiceLocalStore.
Gibt zurück
Gilt für:
InitializeAsync(IMobileServiceSyncContext, IMobileServiceLocalStore, StoreTrackingOptions)
Initialisiert den Synchronisierungskontext.
public static System.Threading.Tasks.Task InitializeAsync (this Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncContext context, Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceLocalStore store, Microsoft.WindowsAzure.MobileServices.Sync.StoreTrackingOptions trackingOptions);
static member InitializeAsync : Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncContext * Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceLocalStore * Microsoft.WindowsAzure.MobileServices.Sync.StoreTrackingOptions -> System.Threading.Tasks.Task
<Extension()>
Public Function InitializeAsync (context As IMobileServiceSyncContext, store As IMobileServiceLocalStore, trackingOptions As StoreTrackingOptions) As Task
Parameter
- context
- IMobileServiceSyncContext
Eine Instanz von IMobileServiceSyncContext.
- store
- IMobileServiceLocalStore
Eine Instanz von IMobileServiceLocalStore.
- trackingOptions
- StoreTrackingOptions
Die Trakingoptionen, die für diese instance von IMobileServiceSyncContextaktiviert werden sollten.
Gibt zurück
Eine Aufgabe, die abgeschlossen wird, wenn die Initialisierung nach Abschluss der Initialisierung abgeschlossen ist.
Gilt für:
Azure SDK for .NET