MobileServiceSyncHandler Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Handles table operation errors and push completion results.
public class MobileServiceSyncHandler : Microsoft.WindowsAzure.MobileServices.Sync.IMobileServiceSyncHandler
type MobileServiceSyncHandler = class
interface IMobileServiceSyncHandler
Public Class MobileServiceSyncHandler
Implements IMobileServiceSyncHandler
- Inheritance
-
MobileServiceSyncHandler
- Implements
Constructors
MobileServiceSyncHandler() |
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET