The statistics of a specified service.
[Visual Basic .NET] Public Function get_ServiceStatistics ( _ ByVal Name As String, _ ByVal Type As String _ ) As IDiscoveryServiceStatistics
[C#] public IDiscoveryServiceStatistics get_ServiceStatistics ( string Name, string Type );
[C++]
HRESULT get_ServiceStatistics(
BSTR Name,
BSTR Type,
IDiscoveryServiceStatistics** ppStatistics
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR Type [in] Type is a parameter of type BSTR ppStatistics [out, retval]ppStatistics is a parameter of type IDiscoveryServiceStatistics
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.