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


IGatewayStatistics.GatewayServiceNames Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

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