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) » QAManager interface

Acknowledge method Next Page

AcknowledgeAll method


Acknowledges that the client application successfully received QAnywhere messages. All unacknowledged messages are acknowledged.

Syntax

Visual Basic
Public Sub AcknowledgeAll()

C#
public void AcknowledgeAll();

Remarks

Note: when a QAMessage is acknowledged, its MessageProperties.STATUS property changes to StatusCodes.RECEIVED. When a QAMessage status changes to StatusCodes.RECEIVED, it can be deleted using the default delete rule.

For more information about delete rules, see Message delete rules.

Exceptions
See also