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