1 out of 1 rated this helpful - Rate this topic

TeamFoundationServer Class

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)

public class TeamFoundationServer : IServiceProvider, IDisposable
public class TeamFoundationServer implements IServiceProvider, IDisposable
public class TeamFoundationServer implements IServiceProvider, IDisposable

Common infrastructure for all Team Foundation Server components:

  • Discover a server.

  • Provide user credentials.

  • Provide globalization information.

  • Access team projects.

System.Object
  Microsoft.TeamFoundation.Client.TeamFoundationServer
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.