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

C# |
public LBMHotFailoverReceiver createHotFailoverReceiver( LBMTopic lbmtopic, LBMReceiverCallback cb, Object cbArg )

- lbmtopic (LBMTopic)
- LBMTopic used to initialize the receiver
- cb (LBMReceiverCallback)
- Callback implementing the LBMReceiverCallback delegate interface
- cbArg (Object)
- Callback object passed as token to callback interface

LBMHotFailoverReceiver object

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