TeamFoundationServerFactory.GetServer Method (Uri)

Gets the TeamFoundationServer object that is associated with the specified URI.

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

Syntax

'Declaration
Public Shared Function GetServer ( _
    uri As Uri _
) As TeamFoundationServer
public static TeamFoundationServer GetServer(
    Uri uri
)
public:
static TeamFoundationServer^ GetServer(
    Uri^ uri
)
static member GetServer : 
        uri:Uri -> TeamFoundationServer
public static function GetServer(
    uri : Uri
) : TeamFoundationServer

Parameters

Return Value

Type: Microsoft.TeamFoundation.Client.TeamFoundationServer
The TeamFoundationServer object that is associated with the specified URI.

Remarks

If a TeamFoundationServer object that has the specified URL exists in the cache, it is returned. If not, a new TeamFoundation Server object is created by using a credentials provider, if any, that is appropriate for the environment. The created TeamFoundationServer object is placed in the cache and associated with the URL that is resolved for the name.

.NET Framework Security

See Also

Reference

TeamFoundationServerFactory Class

GetServer Overload

Microsoft.TeamFoundation.Client Namespace