Update method: IntBroker class
Syntax
Update(&Message)
Description
Use the Update method to update a message in the message queue with the specified message object.
Parameters
| Parameter | Description |
|---|---|
|
&Message |
Specify an already instantiated and populated message object to be used to update an existing message in the message queue. |
Returns
A Boolean value, true if the message is updated successfully, false otherwise.
Related Topics