Collection Contents 上一页 下一页 PDF

QAnywhere 用户指南

编写 QAnywhere 客户端应用程序

关闭 QAnywhere


完成发送和接收消息后,您可以通过完成以下步骤来关闭 QAnywhere 消息系统。

关闭 QAnywhere (C++)

  1. 关闭 QAManager。

    mgr->stop();
    mgr->close();
  2. 终止工厂。

    QAnywhereFactory_term();

这一步骤关闭应用程序的消息传递部分。

关闭 QAnywhere (.NET)


Collection Contents 上一页 下一页 PDF