Dbmlsync API

The Dbmlsync API provides a programming interface that allows MobiLink client applications written in C++ or .NET to launch synchronizations and receive feedback about the progress of the synchronizations they request. The API is intended to integrate synchronization seamlessly into your applications.

This programming interface enables you to access a lot more information about synchronization results and it also enables you to queue synchronizations, making them easier to manage.

Caution

The Dbmlsync API is not thread-safe. All calls to a single instance of the DbmlsyncClient class must be made on the same thread. Calling functions for a single instance of DbmlsyncClient from different threads can result in unexpected errors and unreliable results.

 See also