IOutMessage::Send

Sends the message to the message bus. If the message arrives correctly at the message bus, the function returns True.

After calling Send, any stream interface returned by GetStream is no longer valid.

Parameter:

Timeout

The time in milliseconds in which the function tries to deliver the message to the message bus.

When the function is set to zero, it will wait until the OutMessage is delivered to the message bus.

 

More information:

IOutMessage Interface