Workstation.UpdateServerUriReferences 메서드
참고: 이 API는 이제 사용되지 않습니다.
지정 된 동일한 리소스 식별자 (URI)를 사용 하 여 지정 된 소스 제어 저장소를 참조 하는 캐시를 업데이트 합니다.
네임스페이스: Microsoft.TeamFoundation.VersionControl.Client
어셈블리: Microsoft.TeamFoundation.VersionControl.Client(Microsoft.TeamFoundation.VersionControl.Client.dll)
구문
‘선언
<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
)
매개 변수
- sourceControl
형식: Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
참조 하는 저장소입니다.
- uri
형식: System.Uri
저장소 서버에 대 한 URI입니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.