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


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

IConnectionStatistics.QueuedMessageCount Property

Indicates total number of messages queued.

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

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