This documentation is archived and is not being maintained.

Workstation.UpdateServerUriReferences Method

Note: This API is now obsolete.

Updates the cache to reference the specified source control repository using the specified uniform resource identifier (URI).

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

public function UpdateServerUriReferences(
	sourceControl : VersionControlServer, 
	uri : Uri
)

Parameters

sourceControl
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer

The repository to reference.

uri
Type: System.Uri

The URI for the repository server.

Show: