Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere .NET API reference » QAnywhere .NET API for clients (.NET 2.0) » QAManagerBase interface

 

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