Send a unicast immediate message to a specific topic


- target (array< Char >[]()[])
- Target address of the receiver of the form "TCP:ip:port"
- topic (array< Char >[]()[])
- Topic name to send message to or null for non-topic
- data (array< Byte >[]()[])
- Data to send in this message
- dataLength (Int32)
- Length (in bytes) of the data to send in this message
- flags (Int32)
- Flags indicating various conditions.

Possible OR'd set of flag value include:
SRC_NONBLOCK and SRC_BLOCK
Warning: It is not safe to call this method from a context thread callback.

Exception | Condition |
---|---|
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function. |