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


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

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