LBM .Net API Documentation
LBMImmediateMessageSourceStatistics Class
Namespacescom.latencybusters.lbmLBMImmediateMessageSourceStatistics
UM context immediate message source transport statistics.
Declaration Syntax
C#
public class LBMImmediateMessageSourceStatistics : LBMStatistics, 
	IDisposable
Members
All MembersConstructorsMethods



IconMemberDescription
LBMImmediateMessageSourceStatistics()()()
Instantiate an empty object containing no statistics.

LBMImmediateMessageSourceStatistics(LBMContext, Int32)
Instantiate object containing the aggregate set of statistics for a particular context

bytesBuffered()()()
Number of bytes currently in UM's TCP buffer (TCP only)

bytesBuffered(Int32)
Number of bytes currently in UM's TCP buffer (TCP only)

bytesSent()()()
Number of datagram bytes sent (LBT-RM only).

bytesSent(Int32)
Number of datagram bytes sent (LBT-RM only).

dispose()()()
Free memory associated with this set of statistics (same as Dispose()).

Dispose()()()
Free memory associated with this set of statistics.

getApplicationSourceId()()()
Retrieve the application source identifier associated with this set of statistics.
(Inherited from LBMStatistics.)
getContextId()()()
Retrieve the sender context ID associated with this set of statistics.
(Inherited from LBMStatistics.)
getObjectId()()()
Retrieve the sender object ID associated with this set of statistics.
(Inherited from LBMStatistics.)
getProcessId()()()
Retrieve the sender process ID associated with this set of statistics.
(Inherited from LBMStatistics.)
getSender()()()
Retrieve the IP sender address associated with this set of statistics.
(Inherited from LBMStatistics.)
getSource()()()
Retrieve the source attribute from the statistics attribute block associated with this set of statistics.
(Inherited from LBMStatistics.)
getTimestamp()()()
Retrieve the timestamp associated with this set of statistics.
(Inherited from LBMStatistics.)
messagesQueued()()()
Number of datagrams currently queued by the rate limiter (LBT-RM only).

messagesQueued(Int32)
Number of datagrams currently queued by the rate limiter (LBT-RM only).

messagesSent()()()
Number of datagrams sent (LBT-RM only).

messagesSent(Int32)
Number of datagrams sent (LBT-RM only).

nakPacketsReceived()()()
Number of NAK packets received by this source transport (LBT-RM only).

nakPacketsReceived(Int32)
Number of NAK packets received by this source transport (LBT-RM only).

naksIgnored()()()
Number of NAKs this source transport ignored and sent an NCF with reason code "ignored" (LBT-RM only).

naksIgnored(Int32)
Number of NAKs this source transport ignored and sent an NCF with reason code "ignored" (LBT-RM only).

naksIgnoredRetransmitDelay()()()
Number of NAKs this source transport has not processed because it met its retransmission rate limit (LBT-RM only).

naksIgnoredRetransmitDelay(Int32)
Number of NAKs this source transport has not processed because it met its retransmission rate limit (LBT-RM only).

naksReceived()()()
Number of individual NAKs received by the source transport (LBT-RM only).

naksReceived(Int32)
Number of individual NAKs received by the source transport (LBT-RM only).

naksShed()()()
Number of NAKs this source transport has shed and sent an NCF with reason code "shed" (LBT-RM only).

naksShed(Int32)
Number of NAKs this source transport has shed and sent an NCF with reason code "shed" (LBT-RM only).

numberOfClients()()()
Number of receiver clients currently connected over this transport (TCP only).

numberOfClients(Int32)
Number of receiver clients currently connected over this transport (TCP only).

refresh(LBMContext, Int32)
retransmissionBytesSent()()()
Total number of bytes retransmitted by this source transport (LBT-RM only).

retransmissionBytesSent(Int32)
Total number of bytes retransmitted by this source transport (LBT-RM only).

retransmissionsQueued()()()
Number of retransmission datagrams currently queued by the retransmit rate limiter (LBT-RM only).

retransmissionsQueued(Int32)
Number of retransmission datagrams currently queued by the retransmit rate limiter (LBT-RM only).

retransmissionsSent()()()
Number of datagrams retransmitted by this source transport (LBT-RM only).

retransmissionsSent(Int32)
Number of datagrams retransmitted by this source (LBT-RM only).

size()()()
Number of statistical sets encapsulated within this object

source()()()
Source of transport as a string

source(Int32)
Source of transport as a string

transmissionWindowBytes()()()
Number of bytes currently in the transmission window (LBT-RM only)

transmissionWindowBytes(Int32)
Number of bytes currently in the transmission window (LBT-RM only)

transmissionWindowMessages()()()
Number of datagrams in the transmission window (LBT-RM only).

transmissionWindowMessages(Int32)
Number of datagrams in the transmission window (LBT-RM only).

type()()()
Transport type (TCP, LBT-RM, etc.)

type(Int32)
Transport type (TCP, LBT-RM, etc.)

typeName()()()
Transport type name (TCP, LBT-RM, etc.).

typeName(Int32)
Transport type name (TCP, LBT-RM, etc.).

Inheritance Hierarchy
Object
LBMStatistics
 LBMImmediateMessageSourceStatistics

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0