LBM .Net API Documentation
LBMHFX Constructor (attr, topic, cb, evq)
Namespacescom.latencybusters.lbmLBMHFXLBMHFX(LBMHFXAttributes, String, LBMReceiverCallback, LBMEventQueue)
Instantiate an LBMContext object using user-specified attributes, and specifying an event queue.
Declaration Syntax
C#
public LBMHFX(
	LBMHFXAttributes attr,
	string topic,
	LBMReceiverCallback cb,
	LBMEventQueue evq
)
Parameters
attr (LBMHFXAttributes)
A set of attributes that determine the behavior of the LBMHFX to be created
topic (String)
The topic to be used for receivers created using this HFX object.
cb (LBMReceiverCallback)
The callback to be invoked for messages received by this HFX object.
evq (LBMEventQueue)
LBM Event Queue to be used when delivering messages.
Exceptions
ExceptionCondition
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0