LBM .Net API Documentation
addSourceNotifyCallback Method (cb, cbArg)
Namespacescom.latencybusters.lbmLBMContextaddSourceNotifyCallback(LBMSourceNotification, Object)
Register a callback interface (and a callback handle argument) to be called when a new source is seen for any topic.
Declaration Syntax
C#
public void addSourceNotifyCallback(
	LBMSourceNotification cb,
	Object cbArg
)
Parameters
cb (LBMSourceNotification)
Callback implementing the LBMSourceNotification delegate interface
cbArg (Object)
Callback object passed as a token to the callback interface
Remarks
This callback is called directly in line and does not use the event queue; therefore, the callback function used should not block or it will block the context thread processing. This facility is disabled by default and may be enabled by calling the enableSourceNotification()()() method prior to instantiation of LBMContext.
See Also

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0