LBM .Net API Documentation
LBMMessageReclamationCallback Delegate
Namespacescom.latencybusters.lbmLBMMessageReclamationCallback
Forced message reclamation callback delegate (UME only).
Declaration Syntax
C#
public delegate void LBMMessageReclamationCallback(
	Object cbArg,
	string topic,
	long seqnum
)
Parameters
cbArg (Object)
Callback object token
topic (String)
Name of the topic for the reclaimed message
seqnum (Int64)
Sequence number of the message that is reclaimed
Remarks
This callback is invoked when retained UME source messages are forcibly reclaimed.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0