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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.