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


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

IGatewayStatistics.GatewayServiceStatistics Property

Retrieves the services portion of the gateway statistics.

[Visual Basic .NET]
Public Function get_GatewayServiceStatistics ( _
    ByVal ServiceName As String _
) As IPropSet
[C#]
public IPropSet get_GatewayServiceStatistics (
    string ServiceName
);
[C++]
HRESULT get_GatewayServiceStatistics(
  BSTR ServiceName,
  IPropSet** serviceStatistics
);
[C++]
Parameters
ServiceName [in]

ServiceName is a parameter of type BSTR serviceStatistics [out, retval]
serviceStatistics 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