LBM .Net API Documentation
LBMReceiver Constructor (lbmctx, lbmtopic)
Namespacescom.latencybusters.lbmLBMReceiverLBMReceiver(LBMContext, LBMTopic)
Instantiate an LBM Receiver object associated with a given context and topic.
Declaration Syntax
C#
protected internal LBMReceiver(
	LBMContext lbmctx,
	LBMTopic lbmtopic
)
Parameters
lbmctx (LBMContext)
Context with which to associate the receiver
lbmtopic (LBMTopic)
LBMTopic used to initialize the receiver
Remarks
ATTENTION: An application should have at least one receiver callback registered per receiver object. Use of this constructor creates a window after receiver creation and before adding a callback in which messages may be lost; therefore, its using this constructor is not recommended. Use a constructor that specifies at least one initial callback instead.

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

Exceptions
ExceptionCondition
Topic is not a receiver topic
Topic has single receiver callback mode enabled

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0