LBM .Net API Documentation
messagesQueued Method
Namespacescom.latencybusters.lbmLBMImmediateMessageSourceStatisticsmessagesQueued()()()
Number of datagrams currently queued by the rate limiter (LBT-RM only).
Declaration Syntax
C#
public long messagesQueued()
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.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0