LBM .Net API Documentation
onReceive Method (cbArg, msg)
Namespacescom.latencybusters.lbmLBMHFXonReceive(Object, LBMMessage)
Called when a new message is delivered
Declaration Syntax
C#
protected int onReceive(
	Object cbArg,
	LBMMessage msg
)
Parameters
cbArg (Object)
The token passed in when the receiver delivering the message was created
msg (LBMMessage)
LBMMessage object encapsulating the message data received.
Return Value
An integer. Returning -1 from a user callback will result in a log message.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0