LBM .Net API Documentation
setObjectRecycler Method (objRec, objRecCbArg)
Namespacescom.latencybusters.lbmLBMRequestsetObjectRecycler(LBMObjectRecyclerBase, Object)
Set the LBM object recycler that can be used by the context to reuse LBMMessage objects as well as LBM Context/Receiver/Source Statistics objects.
Declaration Syntax
C#
public void setObjectRecycler(
	LBMObjectRecyclerBase objRec,
	Object objRecCbArg
)
Parameters
objRec (LBMObjectRecyclerBase)
an LBM object recycler that will be called when objects need to be retrieved
objRecCbArg (Object)
a callback object token that will be passed in the retrieve method

Assembly: lbmcs (Module: lbmcs) Version: 5.3.6.0