ArcObjects Library Reference (TrackingAnalyst)  

IConnectionStatistics.DiscardedMessageCount Property

Indicates total number of messages discarded.

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

Parameters

piDiscardedMsgCounts [out, retval]   piDiscardedMsgCounts 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