Acknowledges that the client application successfully received QAnywhere messages. All unacknowledged messages are acknowledged.
Visual Basic Public Sub AcknowledgeAll()
C# public void AcknowledgeAll();
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.
QAException class - Thrown if there is a problem acknowledging the messages.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |