Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
モバイル Web サービスアプリケーションは、QAManager を閉じることによって、順次停止されます。次に例を示します。
// QAnywhere finalization in C#: mgr.Stop(); mgr.Close(); // QAnywhere finalization in Java: mgr.stop(); mgr.close();