LBM .Net API Documentation
createReceiver Method (lbmtopic)
Namespacescom.latencybusters.lbmLBMContextcreateReceiver(LBMTopic)
Create an LBM Receiver object associated with this context and a given topic.
Declaration Syntax
C#
[ObsoleteAttribute("replaced by createReceiver(LBMTopic,LBMReceiverCallback,object)")]
public LBMReceiver createReceiver(
	LBMTopic lbmtopic
)
Parameters
lbmtopic (LBMTopic)
LBMTopic used to initialize the receiver
Return Value
LBMReceiver 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