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 .NET

 

InstantiateClient method

Call the InstantiateClient method to instantiate a DbmlsyncClient class.

Syntax
static DbmlsyncClient InstantiateClient()
Remarks

The object returned by this method can be used to call the remaining methods in the class.

Return value

Returns a new DbmlsyncClient instance that has been created. If an error occurs, null is returned.