LBM .Net API Documentation
createReceiver Method (lbmtopic, lbmevq)
Namespacescom.latencybusters.lbmLBMContextcreateReceiver(LBMTopic, LBMEventQueue)
Create an LBM Receiver object associated with this context and a given topic and event queue.
Declaration Syntax
C#
[ObsoleteAttribute("replaced by createReceiver(LBMTopic,LBMReceiverCallback,object,LBMEventQueue)")]
public LBMReceiver createReceiver(
	LBMTopic lbmtopic,
	LBMEventQueue lbmevq
)
Parameters
lbmtopic (LBMTopic)
LBMTopic used to initialize the receiver
lbmevq (LBMEventQueue)
Event queue with which to associate the receiver (all receiver events will be posted to this event queue)
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