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.

C# |
public void setInflight( int type, out int messages, out ulong bytes, LBMSetInflightCallbackEx cb, Object cbObj )

- 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