MobileServiceSyncContextExtensions Class

Definition

Provides extension methods on IMobileServiceSyncContext

public static class MobileServiceSyncContextExtensions
type MobileServiceSyncContextExtensions = class
Public Module MobileServiceSyncContextExtensions
Inheritance
MobileServiceSyncContextExtensions

Methods

InitializeAsync(IMobileServiceSyncContext, IMobileServiceLocalStore)

Initializes the sync context.

InitializeAsync(IMobileServiceSyncContext, IMobileServiceLocalStore, StoreTrackingOptions)

Initializes the sync context.

PushAsync(IMobileServiceSyncContext)

Replays all pending local operations against the remote tables.

Applies to