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 (.NET)Stop and close the QAnywhere manager.
| mgr.Stop(); mgr.Close(); | 
 To shut down QAnywhere (C++)
 To shut down QAnywhere (C++)Close the QAnywhere manager.
| mgr->stop(); mgr->close(); | 
Terminate the factory.
| QAnywhereFactory_term(); | 
This step shuts down the messaging part of your application.
 To shut down QAnywhere (Java)
 To shut down QAnywhere (Java)Stop and close the QAnywhere manager.
| mgr.stop(); mgr.close(); | 
 See also
 See also|  | Discuss this page in DocCommentXchange.
                   | Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |