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
Public method ProxyStatistics() Obsolete. This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Public method ProxyStatistics(Uri)
Public method ProxyStatistics(TeamFoundationServer) Obsolete. This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Public method ProxyStatistics(TfsTeamProjectCollection, Uri)

Top

Properties

  Name Description
Public property Timeout

Top

Methods

  Name Description
Public method Abort
Public method BeginQueryProxyStatistics This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Public method EndQueryProxyStatistics This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method QueryProxyStatistics This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.
Public method 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.

See Also

Reference

Microsoft.TeamFoundation.Client Namespace