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


IGatewayStatistics.GatewayServiceNames Property (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 > IGatewayStatistics.GatewayServiceNames Property
ArcGIS Developer Help

IGatewayStatistics.GatewayServiceNames Property

Retrieves a list of service names from the gateway statistics.

[Visual Basic .NET]
Public ReadOnly Property GatewayServiceNames As IStringArray
[C#]
public IStringArray GatewayServiceNames {get;}
[C++]
HRESULT get_GatewayServiceNames(
  IStringArray** serviceNames
);
[C++]
Parameters
serviceNames [out, retval]

serviceNames is a parameter of type IStringArray**

Product Availability

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

See Also

IGatewayStatistics Interface