LBM .Net API Documentation
LBMSetInflightCallbackEx Delegate
Namespacescom.latencybusters.lbmLBMSetInflightCallbackEx
Callback for setting the number of inflight messages and bytes for a source simultaneously.
Declaration Syntax
C#
public delegate void LBMSetInflightCallbackEx(
	ref int messages,
	ref ulong bytes,
	Object cbArg
)
Parameters
messages ( Int32 %)
The current value of inflight messages, set to a new value to change
bytes ( UInt64 %)
The current value of inflight bytes, set to a new value to change
cbArg (Object)
Callback object specified with setInflight

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0