Acknowledges that the client application successfully received a QAnywhere message.
Visual Basic Public Sub Acknowledge( _ ByVal msg As QAMessage _ )
C# public void Acknowledge( QAMessage msg );
msg the message to acknowledge.
Note: when a QAMessage is acknowledged, its status property changes to StatusCodes.RECEIVED. When a QAMessage MessageProperties.STATUS message property changes to StatusCodes.RECEIVED, it can be deleted using the default delete rule.
For more information about delete rules, see Message delete rules.
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |