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


IGatewayStatistics Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IG > IGatewayStatistics Interface
ArcGIS Developer Help

IGatewayStatistics Interface

Manages requests of gateway statistics.

Product Availability

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

Members

Name Description
Read-only property GatewayConnectionStatistics Retrieves the connection portion of the gateway statistics.
Read-only property GatewayProcessStatistics Retrieves the process portion of the gateway statistics.
Read-only property GatewayServiceNames Retrieves a list of service names from the gateway statistics.
Read-only property GatewayServiceStatistics Retrieves the services portion of the gateway statistics.
Read/write property GatewayStatisticsRate The time in milliseconds between requests made to get the latest gateway statistics.
Method StartGatewayStatistics Start making periodic requests for statistics from the gateway.
Method StopGatewayStatistics Stop making periodic requests for statistics from the gateway.

Classes that implement IGatewayStatistics

Classes Description
InternetConnection Manages an Internet server connection.