LBM .Net API Documentation
LBMHotFailoverReceiver Constructor (lbmctx, lbmtopic, cb, cbArg)
Namespacescom.latencybusters.lbmLBMHotFailoverReceiverLBMHotFailoverReceiver(LBMContext, LBMTopic, LBMReceiverCallback, Object)
Instantiate an LBM Hot-Failover Receiver object associated with a given context and topic, with an initial receiver callback and callback object set.
Declaration Syntax
C#
public LBMHotFailoverReceiver(
	LBMContext lbmctx,
	LBMTopic lbmtopic,
	LBMReceiverCallback cb,
	Object cbArg
)
Parameters
lbmctx (LBMContext)
Context with which to associate the receiver
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
Remarks
Warning: It is not safe to call this constructor from a context thread callback.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0