LBM .Net API Documentation
LBMReceiver Constructor (lbmctx, lbmtopic, cb, cbArg)
Namespacescom.latencybusters.lbmLBMReceiverLBMReceiver(LBMContext, LBMTopic, LBMReceiverCallback, Object)
Instantiate an LBM Receiver object associated with a given context and topic, with an initial receiver callback and callback object set.
Declaration Syntax
C#
public LBMReceiver(
	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: 5.3.6.0