MobileServiceSyncContextExtensions.PushAsync Method

Definition

Replays all pending local operations against the remote tables.

public static System.Threading.Tasks.Task PushAsync (this Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncContext context);
static member PushAsync : Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncContext -> System.Threading.Tasks.Task
<Extension()>
Public Function PushAsync (context As IMobileServiceSyncContext) As Task

Parameters

Returns

Applies to