Repository.UpdatePendingState Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Декларация
<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.