Freigeben über


Workstation.RemoveCachedWorkspaceInfo-Methode (VersionControlServer, String)

Entfernt die Arbeitsbereiche, die dem angegebenen Repository vom Cache belegt werden.

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

Syntax

'Declaration
Public Function RemoveCachedWorkspaceInfo ( _
    sourceControl As VersionControlServer, _
    workspaceOwner As String _
) As WorkspaceInfo()
public WorkspaceInfo[] RemoveCachedWorkspaceInfo(
    VersionControlServer sourceControl,
    string workspaceOwner
)

Parameter

Rückgabewert

Typ: array<Microsoft.TeamFoundation.VersionControl.Client.WorkspaceInfo[]
Ein Array der Arbeitsbereiche, die vom Cache entfernt wurden.

.NET Framework-Sicherheit

Siehe auch

Referenz

Workstation Klasse

RemoveCachedWorkspaceInfo-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace