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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere .NET API Reference » iAnywhere.QAnywhere.Client namespace (.NET 1.0) » QAManagerBase interface

CancelMessage method Next Page

Close method


Closes the connection to the QAnywhere message system and releases any resources used by the QAManagerBase.

Syntax

Visual Basic
Public Sub Close()

C#
public void Close();

Remarks

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.

Exceptions