Fini method

Frees all resources used by this instance of the class.

Syntax
bool Fini
Remarks

You must call the Fini method before you delete an instance of the class.

Before you call the Fini method, you must call the Disconnect method if the instance is connected to a server.

Return value

Returns true if the method was successful.

Returns false if the method was not successful. When false is returned, you can call the GetErrorInfo method to get more information about the failure. See GetErrorInfo method.