LBM .Net API Documentation
setMessageReclamationCallback Method (cb, cbArg)
Namespacescom.latencybusters.lbmLBMSourceAttributessetMessageReclamationCallback(LBMMessageReclamationCallback, Object)
Register a callback interface (and a callback handle argument) to be called when a message is forcibly reclaimed from the collection of retained messages on a UME source (UME only).
Declaration Syntax
C#
public void setMessageReclamationCallback(
	LBMMessageReclamationCallback cb,
	Object cbArg
)
Parameters
cb (LBMMessageReclamationCallback)
An object implementing the LBMMessageReclamationCallback 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.
Exceptions
ExceptionCondition
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function.
See Also

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0