acknowledgeAll method

Syntax
void ianywhere.qanywhere.client.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.

Note: 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