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
uri
Type: System.UriThe URI of the server.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.