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

 

Fini method

Frees all resources used by this instance of the class.

Syntax
Boolean Fini()
Remarks

You must call the Fini method before you delete an instance of the class.

Before you call the Fini method, you must call the Disconnect method if the instance is connected to a server.

Return value

Returns true if the method was successful.

Returns false if the method was not successful. When false is returned, you can call the GetErrorInfo method to get more information about the failure. See GetErrorInfo method.