Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » MobiLink - Client Administration » Introduction to SQL Anywhere Clients for MobiLink » Dbmlsync API » Dbmlsync API for C++

 

InstantiateClient method

Call the InstantiateClient method to instantiate a DbmlsyncClient class.

Syntax
static DbmlsyncClient *InstantiateClient(  );
Remarks

The pointer returned by this method can be used to call the remaining methods in the class. After you are finished with the instance returned by InstantiateClient you can destroy it by calling delete on the pointer.

Return value

Returns a pointer to the new instance that has been created.

Returns null if an error occurs.