LBM .Net API Documentation
lbmMessagesReceived Method (n)
Namespacescom.latencybusters.lbmLBMReceiverStatisticslbmMessagesReceived(Int32)
Number of messages or message fragments received by the transport (TCP, LBM-RM, LBT-RU, LBT-IPC, LBT-RDMA)
Declaration Syntax
C#
public long lbmMessagesReceived(
	int n
)
Parameters
n (Int32)
Statistics set index
Return Value
Number of messages or message fragments received by the transport.
Remarks
A single datagram may contain one or more messages or a fragment of a larger message. For fragmented messages larger than the transport's configuration option transport_xxxxx_datagram_max_size, this count reflects the number of datagrams used to constitute those messages. Thus, this number is equal to or greater than the datagram counter (messagesReceived, above). This number also includes messages received for which there was no interested receiver, which is tallied in the noTopicMessagesReceived counter (below). This method returns a value from the nth set of statistics encapsulated within this object.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0