Update method: Message class

Syntax

Update([versionlist])

where versionlist is an arbitrary list of message versions in the following format:

version1 [, version2] . . .

Description

The Update method updates a message in the message queue with the specified message versions.

Note:

This method has been desupported and remains for backward compatibility only. Use the IntBroker class Update method instead.

If versionlist isn’t specified, the default message version is used. This method is commonly used in the OnRouteSend and OnRouteReceive PeopleCode events.

Note:

This method does not support nonrowset-based messages. The Update method can't be called from notification PeopleCode.

Parameters

Parameter Description

versionlist

Specify an optional comma-separated list of message versions. If versionlist isn’t specified, the default message version is used.

Returns

None.