Stops the QAManagerBase's reception of incoming messages.
Public Sub Stop()
public void Stop()
QAException class Thrown if there is a problem stopping the QAManagerBase instance.
The messages are not lost. They will not be received until the manager is started again. Any calls to Stop() beyond the first without an intervening QAManagerBase.Start() call are ignored.