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

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

- 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
- lbmevq (LBMEventQueue)
- Event queue with which to associate the receiver (all receiver events will be posted to this event queue)

LBMReceiver object

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