Create an LBM Receiver object associated with this context
and a given topic.

C# |
[ObsoleteAttribute("replaced by createReceiver(LBMTopic,LBMReceiverCallback,object)")] public LBMReceiver createReceiver( LBMTopic lbmtopic )

- lbmtopic (LBMTopic)
- LBMTopic used to initialize the receiver

LBMReceiver object

Warning: It is not safe to call this method from a context thread callback.