Partilhar via


Método ProxyStatisticsWebService.QueryProxyStatistics

Retorna as estatísticas para o servidor proxy, incluindo o seguinte: - CurrentCacheSize - NoOfRequests - OverAllCacheHits - NoOfFilesInCache - OverallCacheMisses - CacheHitsPercentage - CacheMissPercentage - ServerId - ServerUrl

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (em Microsoft.TeamFoundation.VersionControl.Server.dll)

Sintaxe

'Declaração
<WebMethodAttribute> _
Public Function QueryProxyStatistics As ProxyStatisticsInfo()
[WebMethodAttribute]
public ProxyStatisticsInfo[] QueryProxyStatistics()

Valor de retorno

Tipo: array<Microsoft.TeamFoundation.Server.Core.ProxyStatisticsInfo[]
Matriz de ProxyStatisticsInfo.

Segurança do .NET Framework

Consulte também

Referência

ProxyStatisticsWebService Classe

Namespace Microsoft.TeamFoundation.VersionControl.Server