LBM .Net API Documentation
enableSingleReceiverCallback Method (enabled)
Namespacescom.latencybusters.lbmLBMReceiverAttributesenableSingleReceiverCallback(Boolean)
If set to true, LBMReceivers, LBMHotFailoverReceivers, and LBMWildcardReceivers will only accept a single LBMReceiverCallback. The addReceiver and removeReceiver APIs will become defunct and log a warning if used. This reduces the amount of syncronization work done per message and results in lower latencies. Set to false by default.
Declaration Syntax
C#
public void enableSingleReceiverCallback(
	bool enabled
)
Parameters
enabled (Boolean)
Set to true to enable single receiver callback mode. Set to false to disable.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0