This document is archived and information here might be outdated. Recommended version. |
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**