LBM .Net API Documentation
setContextEventCallback Method (cb, cbArg, evq)
Namespacescom.latencybusters.lbmLBMContextAttributessetContextEventCallback(LBMContextEventCallback, Object, LBMEventQueue)
Set the context event callback for an LBMContext.
Declaration Syntax
C#
public void setContextEventCallback(
	LBMContextEventCallback cb,
	Object cbArg,
	LBMEventQueue evq
)
Parameters
cb (LBMContextEventCallback)
A delegate of type LBMContextEventCallback
cbArg (Object)
A token to be passed in to the callback when an event occurs
evq (LBMEventQueue)
An event queue used to hold context events until the application is ready to process them

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0