Udostępnij za pośrednictwem


Konstruktor TfsConfigurationServer — (Uri, ICredentialsProvider)

Uwaga: ten interfejs API jest już przestarzały.

Inicjuje nowe wystąpienie obiektu TfsConfigurationServer.

Przestrzeń nazw:  Microsoft.TeamFoundation.Client
Zestaw:  Microsoft.TeamFoundation.Client (w Microsoft.TeamFoundation.Client.dll)

Składnia

'Deklaracja
<ObsoleteAttribute("This method has been deprecated and will be removed in a future release. See constructors which utilize TfsClientCredentials instead.")> _
Public Sub New ( _
    uri As Uri, _
    credentialsProvider As ICredentialsProvider _
)
[ObsoleteAttribute("This method has been deprecated and will be removed in a future release. See constructors which utilize TfsClientCredentials instead.")]
public TfsConfigurationServer(
    Uri uri,
    ICredentialsProvider credentialsProvider
)

Parametry

  • uri
    Typ: System.Uri
    Uniform resource identifier (URI) serwera z systemem Team Foundation Server.

Wyjątki

Wyjątek Warunek
ArgumentNullException

when uri or credentialsProvider is null

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

TfsConfigurationServer Klasa

Przeciążenie TfsConfigurationServer

Przestrzeń nazw Microsoft.TeamFoundation.Client

Inne zasoby

Połączyć się z aplikacji konsoli Team Foundation Server

Acting on Behalf of Another User (Impersonation)