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


IGatewayStatistics.GatewayConnectionStatistics Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IGatewayStatistics.GatewayConnectionStatistics Property

Retrieves the connection portion of the gateway statistics.

[Visual Basic .NET]
Public ReadOnly Property GatewayConnectionStatistics As IPropSet
[C#]
public IPropSet GatewayConnectionStatistics {get;}
[C++]
HRESULT get_GatewayConnectionStatistics(
  IPropSet** connectionStatistics
);
[C++]

Parameters connectionStatistics [out, retval]
connectionStatistics is a parameter of type IPropSet

Product Availability

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

See Also

IGatewayStatistics Interface