ProxyStatistics Class
This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.Client.ProxyStatistics
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public NotInheritable Class ProxyStatistics
public sealed class ProxyStatistics
public ref class ProxyStatistics sealed
[<Sealed>]
type ProxyStatistics = class end
public final class ProxyStatistics
The ProxyStatistics type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ProxyStatistics() | Obsolete. This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code. | |
ProxyStatistics(Uri) | ||
ProxyStatistics(TeamFoundationServer) | Obsolete. This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code. | |
ProxyStatistics(TfsTeamProjectCollection, Uri) |
Top
Properties
Name | Description | |
---|---|---|
Timeout |
Top
Methods
Name | Description | |
---|---|---|
Abort | ||
BeginQueryProxyStatistics | This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code. | |
EndQueryProxyStatistics | This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code. | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
QueryProxyStatistics | This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.