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

C# |
public LBMHotFailoverSource createHotFailoverSource( LBMTopic lbmtopic, LBMEventQueue lbmevq )

- lbmtopic (LBMTopic)
- LBMTopic used to initialize the source
- lbmevq (LBMEventQueue)
- vent queue with which to associate the source (all source events will be posted to this event queue)

LBMHotFailoverSource object

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