Initializes an instance of the class.
bool Init( );
This method must be the first method called after a DbmlSyncClient class is instantiated using the InstantiateClient method.
Returns true if the class instance was successfully initialized.
Returns false if the class instance was not successfully initialized. When false is returned, you can call the GetErrorInfo method to get more information about the failure. Other methods cannot be called until you have successfully initialized the instance. See GetErrorInfo method.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |