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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.