Call the InstantiateClient method to instantiate a DbmlsyncClient class.
static DbmlsyncClient *InstantiateClient( );
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.
Returns a pointer to the new instance that has been created.
Returns null if an error occurs.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |