LBM .Net API Documentation
messagesQueued Method (n)
Namespacescom.latencybusters.lbmLBMSourceStatisticsmessagesQueued(Int32)
Number of datagrams currently queued by the rate limiter (LBT-RM only).
Declaration Syntax
C#
public long messagesQueued(
	int n
)
Parameters
n (Int32)
Statistics set index
Return Value
Number of datagrams currently queued by the rate limiter.
Remarks
When a source transport attempts to send messages (any type) faster than its data rate limiter allows (set by configuration option transport_lbtrm_data_rate_limit, default 10Mbps), the data rate limiter queues the messages until they can be sent within the data rate limit. This method returns a value from the first set of statistics encapsulated within this object and would normally be used when the object has been created using a specific source to instantiate the class.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0