LBM .Net API Documentation
LBMImmediateMessageCallback Delegate
Namespacescom.latencybusters.lbmLBMImmediateMessageCallback
Received immediate message callback delegate.
Declaration Syntax
C#
public delegate int LBMImmediateMessageCallback(
	Object cbArg,
	LBMMessage lbmmsg
)
Parameters
cbArg (Object)
Callback object token
lbmmsg (LBMMessage)
LBMMessage object encapsulating the received message
Return Value
-1 indicates that the message could not be received and should be redelivered. (Note: if multiple callbacks are registered, a -1 return from any callback will cause the message to be redelivered to all the callbacks.)

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0