ArcObjects Library Reference (TrackingAnalyst)  

IClientConnection.TotalServerMessageCount Property

Total number of server messages.

[Visual Basic .NET]
Public ReadOnly Property TotalServerMessageCount As Integer
[C#]
public int TotalServerMessageCount {get;}
[C++]
HRESULT get_TotalServerMessageCount(
  Long* pVal
);
[C++]

Parameters

pVal [out, retval]   pVal is a parameter of type Long

Product Availability

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

See Also

IClientConnection Interface