Share via


IMobileServiceSyncHandler Interface

Definition

Handles table operation errors and push completion results.

public interface IMobileServiceSyncHandler
type IMobileServiceSyncHandler = interface
Public Interface IMobileServiceSyncHandler
Derived

Methods

ExecuteTableOperationAsync(IMobileServiceTableOperation)

A method that is called to execute a single table operation against remote table.

OnPushCompleteAsync(MobileServicePushCompletionResult)

A method that is called when push operation has completed.

Applies to