ProxyStatisticsWebService.QueryProxyStatistics, méthode
Retourne les statistiques du serveur proxy, notamment : - CurrentCacheSize - NoOfRequests - OverAllCacheHits - NoOfFilesInCache - OverallCacheMisses - CacheHitsPercentage - CacheMissPercentage - ServerId - ServerUrl
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Function QueryProxyStatistics As ProxyStatisticsInfo()
[WebMethodAttribute]
public ProxyStatisticsInfo[] QueryProxyStatistics()
Valeur de retour
Type : array<Microsoft.TeamFoundation.Server.Core.ProxyStatisticsInfo[]
Tableau de ProxyStatisticsInfo.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
ProxyStatisticsWebService Classe
Microsoft.TeamFoundation.VersionControl.Server, espace de noms