acknowledgeUntil method

Syntax
void ianywhere.qanywhere.client.QAManager.acknowledgeUntil(
  QAMessage msg
)
throws QAException
Parameters
  • msg   The last message to acknowledge. All earlier unacknowledged messages are also acknowledged.

Throws
  • Thrown if there is a problem acknowledging the messages.
Remarks

Acknowledges the given QAMessage instance and all unacknowledged messages received before the given message.

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

Interface QAMessage

RECEIVED variable

acknowledge method

acknowledgeAll method