Compartilhar via


Método Workstation.UpdateServerUriReferences

Observação: esta API agora é obsoleta.

Atualiza o cache para fazer referência ao armazenamento especificado de controle de origem usando o identificador de recursos uniforme especificado (URI).

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

Sintaxe

'Declaração
<ObsoleteAttribute("This method is no longer useful and performs no work.  You may safely omit your call to this method.",  _
    False)> _
Public Sub UpdateServerUriReferences ( _
    sourceControl As VersionControlServer, _
    uri As Uri _
)
[ObsoleteAttribute("This method is no longer useful and performs no work.  You may safely omit your call to this method.", 
    false)]
public void UpdateServerUriReferences(
    VersionControlServer sourceControl,
    Uri uri
)

Parâmetros

  • uri
    Tipo: System.Uri
    Um URI para o servidor de armazenamento.

Segurança do .NET Framework

Consulte também

Referência

Workstation Classe

Namespace Microsoft.TeamFoundation.VersionControl.Client