LBM .Net API Documentation
createSource Method (lbmtopic, lbmevq)
Namespacescom.latencybusters.lbmLBMContextcreateSource(LBMTopic, LBMEventQueue)
Create an LBM Source object associated with this given context and a given topic and event queue.
Declaration Syntax
C#
public LBMSource createSource(
	LBMTopic lbmtopic,
	LBMEventQueue lbmevq
)
Parameters
lbmtopic (LBMTopic)
LBMTopic used to initialize the source
lbmevq (LBMEventQueue)
vent queue with which to associate the source (all source events will be posted to this event queue)
Return Value
LBMSource 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