TfsConfigurationServerFactory.GetConfigurationServer Method (RegisteredConfigurationServer, ICredentialsProvider)

Gets the TfsConfigurationServer instance associated with the specified RegisteredConfigurationServer instance.

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

Syntax

'Declaration
Public Shared Function GetConfigurationServer ( _
    application As RegisteredConfigurationServer, _
    fallbackCredentialsProvider As ICredentialsProvider _
) As TfsConfigurationServer
public static TfsConfigurationServer GetConfigurationServer(
    RegisteredConfigurationServer application,
    ICredentialsProvider fallbackCredentialsProvider
)
public:
static TfsConfigurationServer^ GetConfigurationServer(
    RegisteredConfigurationServer^ application, 
    ICredentialsProvider^ fallbackCredentialsProvider
)
static member GetConfigurationServer : 
        application:RegisteredConfigurationServer * 
        fallbackCredentialsProvider:ICredentialsProvider -> TfsConfigurationServer 
public static function GetConfigurationServer(
    application : RegisteredConfigurationServer, 
    fallbackCredentialsProvider : ICredentialsProvider
) : TfsConfigurationServer

Parameters

Return Value

Type: Microsoft.TeamFoundation.Client.TfsConfigurationServer
The TfsConfigurationServer instance associated with the server described in the specified RegisteredConfigurationServer.

.NET Framework Security

See Also

Reference

TfsConfigurationServerFactory Class

GetConfigurationServer Overload

Microsoft.TeamFoundation.Client Namespace