Stop method

Stops the QAManagerBase's reception of incoming messages.

Syntax
Visual Basic
Public Sub Stop()
C#
public void Stop();
Remarks

The messages are not lost. They are not received until the manager has started again. Any calls to Stop() beyond the first without an intervening QAManagerBase.Start() call are ignored.

Exceptions
  • QAException class - Thrown if there is a problem stopping the QAManagerBase instance.

See also