Shutting down mobile web services

A mobile web services application performs orderly shutdown by closing the QAManager. For example:

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

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