This document is archived and information here might be outdated.  Recommended version.


IConnectionStatistics.ReceivedMessageCount Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IConnectionStatistics.ReceivedMessageCount Property

Indicates total number of messages received.

[Visual Basic .NET]
Public ReadOnly Property ReceivedMessageCount As Object
[C#]
public object ReceivedMessageCount {get;}
[C++]
HRESULT get_ReceivedMessageCount(
  VARIANT* piReceivedMsgCounts
);
[C++]

Parameters piReceivedMsgCounts [out, retval] piReceivedMsgCounts is a parameter of type VARIANT

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IConnectionStatistics Interface