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