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).

C# |
public void setMessageReclamationCallback( LBMMessageReclamationCallback cb, Object cbArg )

- cb (LBMMessageReclamationCallback)
- An object implementing the LBMMessageReclamationCallback delegate interface
- cbArg (Object)
- Callback object passed as a token to the callback interface

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.

Exception | Condition |
---|---|
Invalid argument or unexpected operational behavior has been encountered by unmanaged LBM C layer function. |
