LBM .Net API Documentation
getInflight Method (type, messages, bytes)
Namespacescom.latencybusters.lbmLBMSourcegetInflight(Int32, Int32%, UInt64%)
Get the current inflight values for message and bytes.
Declaration Syntax
C#
public void getInflight(
	int type,
	out int messages,
	out ulong bytes
)
Parameters
type (Int32)
The type of flight size
messages ( Int32 %)
This reference will be set to the current number of inflight messages.
bytes ( UInt64 %)
This reference will be set to the current number of inflight bytes.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0