LBM .Net API Documentation
setUMQInflight Method (queue, cb, cbObj)
Namespacescom.latencybusters.lbmLBMContextsetUMQInflight(String, LBMSetInflightCallback, Object)
Set the current UMQ inflight value for this context
Declaration Syntax
C#
public int setUMQInflight(
	string queue,
	LBMSetInflightCallback cb,
	Object cbObj
)
Parameters
queue (String)
Name of the queue
cb (LBMSetInflightCallback)
LBMSetInflightCallback delegate
cbObj (Object)
Client object passed into callback
Return Value
the new inflight value
Exceptions
ExceptionCondition
if an error occurs while setting the inflight value

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0