LBM .Net API Documentation
messagesSent Method (n)
Namespacescom.latencybusters.lbmLBMImmediateMessageSourceStatisticsmessagesSent(Int32)
Number of datagrams sent (LBT-RM only).
Declaration Syntax
C#
public long messagesSent(
	int n
)
Parameters
n (Int32)
Statistics set index
Return Value
Number of datagrams sent.
Remarks
Depending on batching settings, a single datagram may contain one or more messages, or a fragment of a larger message. With LBT-RM, larger messages are split into fragment sizes limited by configuration option transport_lbtrm_datagram_max_size (default 8KB). This method returns a value from the nth set of statistics encapsulated within this object.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0