LBM .Net API Documentation
doneWithMessage Method (obj)
Namespacescom.latencybusters.lbmLBMObjectRecyclerdoneWithMessage(LBMMessage)
Call when finished with a LBMMessage object. Call dispose on the message object before passing to this method. If the local and shared object limit is reached, it will simply ignore the passed object which will result in it being garbage collected.
Declaration Syntax
C#
public override void doneWithMessage(
	LBMMessage obj
)
Parameters
obj (LBMMessage)
The message object

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0