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 » Writing QAnywhere client applications

 

Shutting down QAnywhere

After you have completed sending and receiving messages, you can shut down the QAnywhere messaging system by completing one of the following procedures.

To shut down QAnywhere (.NET)
To shut down QAnywhere (C++)
  1. Close the QAnywhere manager.

    mgr->stop();
    mgr->close();
  2. Terminate the factory.

    QAnywhereFactory_term();

    This step shuts down the messaging part of your application.

To shut down QAnywhere (Java)
See also