Closes the connection to the QAnywhere message system and releases any resources used by the QAManagerBase.
Visual Basic
Public Sub Close()
C#
public void Close();
Additional calls to Close() following the first are ignored. Any subsequent calls to a QAManagerBase method, other than Close(), will result in a QAException. You must create and open a new QAManagerBase instance in this case.
QAException class - Thrown if there is a problem closing the QAManagerBase instance.