This documentation is archived and is not being maintained.

TeamFoundationPerformanceService Class

Intended to supply centralized performance API's.

Currently supported: Single instance performance counters.

System::Object
  Microsoft.TeamFoundation.Framework.Server::TeamFoundationPerformanceService

Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

public ref class TeamFoundationPerformanceService sealed : ITeamFoundationService

The TeamFoundationPerformanceService type exposes the following members.

  NameDescription
Public propertyItemThe indexer will return a set of performance counters for the given performance counter category.
Top

  NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object. (Inherited from Object.)
Public methodGetHashCodeServes as the default hash function. (Inherited from Object.)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodRegisterCounterSetUsed to define a counter set category.
Public methodRegisterMultiInstanceCounterSetRegisterMultiInstanceCounterSet is used to define a counter set category which can have more than one instance of each counter
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: