This documentation is archived and is not being maintained.
TfsConfigurationServerFactory Class
Visual Studio 2013
Class factory for TfsConfigurationServerFactory objects.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The TfsConfigurationServerFactory type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | GetConfigurationServer(Uri) | Gets the TfsConfigurationServer instance that is associated with the server at the specified URI. |
![]() ![]() | GetConfigurationServer(RegisteredConfigurationServer) | Gets the TfsConfigurationServer instance associated with the specified RegisteredConfigurationServer instance. |
![]() ![]() | GetConfigurationServer(Uri, ICredentialsProvider) | Obsolete. Gets the TfsConfigurationServer instance associated with the server at the specified URI and a fallback credentials provider. |
![]() ![]() | GetConfigurationServer(RegisteredConfigurationServer, ICredentialsProvider) | Obsolete. Gets the TfsConfigurationServer instance associated with the specified RegisteredConfigurationServer instance. |
![]() ![]() | RemoveConfigurationServer |
This class is designed to enable external packages to use the same instance of a TfsConfigurationServer object. It caches TfsConfigurationServer objects without regard to credentials. Cached objects are indexed only by server uniform resource identifier (URI).
For more information on using this class, see Connect to Team Foundation Server from a Console Application
Show:
