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

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere .NET API reference » iAnywhere.QAnywhere.Client namespace (.NET 2.0) » QAManager interface

 

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