getMessageID method

Syntax
String ianywhere.qanywhere.client.QAMessage.getMessageID()
throws QAException
Throws
  • Thrown if there is a problem getting the message ID.
Remarks

Returns the globally unique message ID of the message.

This property is null until a message is put.

When a message is sent using QAManagerBase.putMessage(String, QAMessage) the message ID is null and can be ignored. When the send method returns, it contains an assigned value.

See Also

putMessage method

Returns

The message ID of the message, or null if the message has not yet been put.