LBM .Net API Documentation
createHotFailoverReceiver Method (lbmtopic)
Namespacescom.latencybusters.lbmLBMContextcreateHotFailoverReceiver(LBMTopic)
Create an LBM Hot-Failover Receiver object associated with this context and a given topic.
Declaration Syntax
C#
[ObsoleteAttribute("replaced by createHotFailoverReceiver(LBMTopic,LBMReceiverCallback,object)")]
public LBMHotFailoverReceiver createHotFailoverReceiver(
	LBMTopic lbmtopic
)
Parameters
lbmtopic (LBMTopic)
LBMTopic used to initialize the receiver
Return Value
LBMHotFailoverReceiver object
Remarks
Warning: It is not safe to call this method from a context thread callback.

Assembly: lbmcs (Module: lbmcs) Version: 5.3.6.0