Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
This is used to update the Conflict and Revert To information. It can be used if the client downloads files without using a Get to register conflicts and update revert to information.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub UpdatePendingState ( _
workspaceName As String, _
workspaceOwner As String, _
updates As PendingState() _
)
[WebMethodAttribute]
public void UpdatePendingState(
string workspaceName,
string workspaceOwner,
PendingState[] updates
)
[WebMethodAttribute]
public:
void UpdatePendingState(
String^ workspaceName,
String^ workspaceOwner,
array<PendingState^>^ updates
)
[<WebMethodAttribute>]
member UpdatePendingState :
workspaceName:string *
workspaceOwner:string *
updates:PendingState[] -> unit
public function UpdatePendingState(
workspaceName : String,
workspaceOwner : String,
updates : PendingState[]
)
Parameters
- workspaceName
Type: System.String
- workspaceOwner
Type: System.String
- updates
Type: array<Microsoft.TeamFoundation.VersionControl.Server.PendingState[]
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.