acknowledgeAll method

Syntax
void QAManager.acknowledgeAll()
throws QAException
Throws
  • Thrown if there is a problem acknowledging the messages.

Remarks

Acknowledges that the client application successfully received QAnywhere messages.

All unacknowledged messages are acknowledged.

When a QAMessage is acknowledged, its status property changes to StatusCodes.RECEIVED. It can then be deleted using the default delete rule.

See Also

RECEIVED variable

acknowledge method

acknowledgeUntil method