LBM .Net API Documentation
LBMSource Constructor (lbmctx, lbmtopic, lbmevq)
Namespacescom.latencybusters.lbmLBMSourceLBMSource(LBMContext, LBMTopic, LBMEventQueue)
Instantiate an LBM Source object associated with a given context, topic, and event queue
Declaration Syntax
C#
public LBMSource(
	LBMContext lbmctx,
	LBMTopic lbmtopic,
	LBMEventQueue lbmevq
)
Parameters
lbmctx (LBMContext)
Context with which to associate the source
lbmtopic (LBMTopic)
LBMTopic used to initialize the source
lbmevq (LBMEventQueue)
Event queue with which to associate the source (all source events will be posted to this event queue)
Remarks
Warning: It is not safe to call this constructor from a context thread callback.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0