A
TeamFoundationServer object is the core object on a Team Foundation server. The server's
TeamFoundationServer object abstracts the common infrastructure and acts as a class factory for Team Foundation Build components.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in microsoft.teamfoundation.client.dll)

Syntax
Visual Basic (Declaration)
Public Class TeamFoundationServer
Implements IServiceProvider, IDisposable
Dim instance As TeamFoundationServer
public class TeamFoundationServer : IServiceProvider, IDisposable
public ref class TeamFoundationServer : IServiceProvider, IDisposable
public class TeamFoundationServer implements IServiceProvider, IDisposable
public class TeamFoundationServer implements IServiceProvider, IDisposable

Remarks
Common infrastructure for all Team Foundation Server components:

Inheritance Hierarchy
System.Object Microsoft.TeamFoundation.Client.TeamFoundationServer

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