LBM .Net API Documentation
setInflight Method (type, messages, bytes, cb, cbObj)
Namespacescom.latencybusters.lbmLBMSourcesetInflight(Int32, Int32%, UInt64%, LBMSetInflightCallbackEx, Object)
Set the current inflight messages and bytes for this source. Note that increasing one value while decreasing the other is not allowed. If you need to do this, call setInflight twice using 0 as the value for the one you are not changing.
Declaration Syntax
C#
public void setInflight(
	int type,
	out int messages,
	out ulong bytes,
	LBMSetInflightCallbackEx cb,
	Object cbObj
)
Parameters
type (Int32)
The type of flight size
messages ( Int32 %)
This reference will be set to the new number of inflight messages
bytes ( UInt64 %)
This reference will be set to the new number of inflight bytes
cb (LBMSetInflightCallbackEx)
Delegate called when appropriate locking is held to let the application safely set set values
cbObj (Object)
Client object passed into the callback

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0