LBM .Net API Documentation
createHotFailoverReceiver Method (lbmtopic, cb, cbArg)
Namespacescom.latencybusters.lbmLBMContextcreateHotFailoverReceiver(LBMTopic, LBMReceiverCallback, Object)
Create an LBM Hot-Failover Receiver object associated with this context and a given topic.
Declaration Syntax
C#
public LBMHotFailoverReceiver createHotFailoverReceiver(
	LBMTopic lbmtopic,
	LBMReceiverCallback cb,
	Object cbArg
)
Parameters
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
Return Value
LBMHotFailoverReceiver object
Remarks
Warning: It is not safe to call this method from a context thread callback.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0