Freigeben über


ProxyStatisticsWebService.QueryProxyStatistics-Methode

Gibt die Statistik für den Proxyserver, einschließlich Folgendes zurück: - CurrentCacheSize - NoOfRequests - OverAllCacheHits - NoOfFilesInCache - OverallCacheMisses - CacheHitsPercentage und CacheMissPercentage - ServerId - ServerUrl

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryProxyStatistics As ProxyStatisticsInfo()
[WebMethodAttribute]
public ProxyStatisticsInfo[] QueryProxyStatistics()

Rückgabewert

Typ: array<Microsoft.TeamFoundation.Server.Core.ProxyStatisticsInfo[]
Array von ProxyStatisticsInfo.

.NET Framework-Sicherheit

Siehe auch

Referenz

ProxyStatisticsWebService Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace