Send a request message to the topic associated with the LBM source
using an designated event queue for responses

C# |
public void send( LBMRequest lbmreq, int flags, LBMSourceSendExInfo exinfo )

- lbmreq (LBMRequest)
- LBMRequest object
- flags (Int32)
- Flags indicating various conditions
- exinfo (LBMSourceSendExInfo)
- LBMSourceSendExInfo object, which includes flags to change callback behavior and a client-supplied object to be passed back. (UME only)

Caution: It is not recommended to call this method from a context thread callback.
Possible OR'd set of flag value include:
SRC_NONBLOCK, SRC_BLOCK, MSG_START_BATCH, MSG_END_BATCH, MSG_COMPLETE_BATCH, and MSG_FLUSH
Exception | Condition |
---|---|
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function. |