TeamFoundationServerFactory Class

Used to get an instance of a TeamFoundationServer object.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Public NotInheritable Class TeamFoundationServerFactory
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class TeamFoundationServerFactory
public ref class TeamFoundationServerFactory abstract sealed
public final class TeamFoundationServerFactory

Remarks

TeamFoundationServerFactory caches TeamFoundation objects without regard to credentials. Cached TeamFoundation objects are indexed only by server Uri.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Client.TeamFoundationServerFactory

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

TeamFoundationServerFactory Members

Microsoft.TeamFoundation.Client Namespace