Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere C++ API reference » QAManagerFactory class

 

deleteQAManager function

Syntax
void QAManagerFactory::deleteQAManager(
  QAManager * mgr
)
Parameters
  • mgr   The QAManager instance to destroy.

Remarks

Destroys a QAManager, freeing its resources.

It is not necessary to use this method, since all created QAManager's are destroyed when QAnywhereFactory_term() is called. It is provided as a convenience for when it is desirable to free resources in a timely manner.

For more information, see Shutting down QAnywhere.