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.

Returns

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

Returns null if an error occurs.