Create an LBM Hot-Failover Receiver object associated with this context
and a given topic.
| C# |
[ObsoleteAttribute("replaced by createHotFailoverReceiver(LBMTopic,LBMReceiverCallback,object)")] public LBMHotFailoverReceiver createHotFailoverReceiver( LBMTopic lbmtopic )
- lbmtopic (LBMTopic)
- LBMTopic used to initialize the receiver
LBMHotFailoverReceiver object
Warning: It is not safe to call this method from a context thread callback.