Init method

Initializes an instance of the class.

Syntax
bool Init(  );
Remarks

This method must be the first method called after a DbmlSyncClient class is instantiated using the InstantiateClient method.

Returns

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.