Acknowledges the given QAMessage instance and all unacknowledged messages received before the given message.
Visual Basic Public Sub AcknowledgeUntil( _ ByVal msg As QAMessage _ )
C# public void AcknowledgeUntil( QAMessage msg );
msg The last message to acknowledge. All earlier unacknowledged messages are also acknowledged.
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 |