This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IG > IGatewayStatistics Interface > IGatewayStatistics.GatewayServiceStatistics Property (ArcObjects .NET 10.4 SDK) |
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