post
Description:
public bool post (
owned Message message)
Posts a message on the given bus.
Ownership of the message is taken by the bus.
Parameters:
this |
a Bus to post on
|
message |
the Message to post
|
Returns:
true if the message could be posted, false if the bus is flushing.
|