LBM .Net API Documentation
LBMSource Constructor (lbmctx, lbmtopic, cb, cbArg)
Namespacescom.latencybusters.lbmLBMSourceLBMSource(LBMContext, LBMTopic, LBMSourceEventCallback, Object)
Instantiate an LBM Source object associated with a given context and topic and initialize source event callback
Declaration Syntax
C#
public LBMSource(
	LBMContext lbmctx,
	LBMTopic lbmtopic,
	LBMSourceEventCallback cb,
	Object cbArg
)
Parameters
lbmctx (LBMContext)
Context with which to associate the source
lbmtopic (LBMTopic)
LBMTopic used to initialize the source
cb (LBMSourceEventCallback)
Callback implementing the LBMSourceEventCallback delegate interface
cbArg (Object)
Callback token object
Remarks
Warning: It is not safe to call this constructor from a context thread callback.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0