post_message


Description:

public virtual bool post_message (owned Message message)

Post a message on the element's Bus.

This function takes ownership of the message; if you want to access the message after this call, you should add an additional reference before calling.

Parameters:

this

a Element posting the message

message

a Message to post

Returns: