Disconnect method

Breaks the connection with a dbmlsync server created using the Connect method.

Syntax
bool Disconnect(  )
Remarks

You should always call Disconnect when you are finished with a connection.

Return value

Returns true if the connection to the server is broken successfully.

Returns false if the connection to the server could not be broken. When false is returned, you can call the GetErrorInfo method to get more information about the failure. See GetErrorInfo method.