Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the statistics for the proxy server, including the following: - CurrentCacheSize - NoOfRequests - OverAllCacheHits - NoOfFilesInCache - OverallCacheMisses - CacheHitsPercentage - 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()
[WebMethodAttribute]
public:
array<ProxyStatisticsInfo^>^ QueryProxyStatistics()
[<WebMethodAttribute>]
member QueryProxyStatistics : unit -> ProxyStatisticsInfo[]
public function QueryProxyStatistics() : ProxyStatisticsInfo[]
Return Value
Type: array<Microsoft.TeamFoundation.Server.Core.ProxyStatisticsInfo[]
Array of ProxyStatisticsInfo.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.