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

SQL Anywhere 12.0.0 (中文) » QAnywhere » 移动 Web 服务 » 编译并运行移动 Web 服务应用程序

 

关闭移动 Web 服务

移动 Web 服务应用程序通过关闭 QAManager 来依次执行关闭。例如:

// QAnywhere finalization in C#:
mgr.Stop();
mgr.Close();

// QAnywhere finalization in Java:
mgr.stop();
mgr.close();