Workstation.UpdateServerUriReferences (Método)

Nota: esta API ya está obsoleta.

Actualiza la memoria caché para hacer referencia al repositorio especificado del control de código fuente utilizando el identificador uniforme de recursos especificado (URI).

Espacio de nombres:  Microsoft.TeamFoundation.VersionControl.Client
Ensamblado:  Microsoft.TeamFoundation.VersionControl.Client (en Microsoft.TeamFoundation.VersionControl.Client.dll)

Sintaxis

'Declaración
<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
    El URI para el servidor del repositorio.

Seguridad de .NET Framework

Vea también

Referencia

Workstation Clase

Microsoft.TeamFoundation.VersionControl.Client (Espacio de nombres)