ProxyStatisticsWebService.QueryProxyStatistics 方法

返回代理服务器的统计信息,包括:- CurrentCacheSize - NoOfRequests - OverAllCacheHits - NoOfFilesInCache - OverallCacheMisses - CacheHitsPercentage - CacheMissPercentage - ServerId - ServerUrl

命名空间:  Microsoft.TeamFoundation.VersionControl.Server
程序集:  Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

语法

声明
<WebMethodAttribute> _
Public Function QueryProxyStatistics As ProxyStatisticsInfo()
[WebMethodAttribute]
public ProxyStatisticsInfo[] QueryProxyStatistics()

返回值

类型:array<Microsoft.TeamFoundation.Server.Core.ProxyStatisticsInfo[]
数组 ProxyStatisticsInfo。

.NET Framework 安全性

请参阅

参考

ProxyStatisticsWebService 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间