Repository5.UpdatePendingState, méthode
Utilisé pour mettre le conflit et restaurer à jour des informations. Il peut être utilisé si le wihtout de fichiers de téléchargements de client à l'aide d'un get pour stocker les conflits et la mise à jour rétablissent les informations.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Server
Assembly : Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntaxe
'Déclaration
<WebMethodAttribute> _
Public Sub UpdatePendingState ( _
workspaceName As String, _
workspaceOwner As String, _
updates As PendingState(), _
maxClientPathLength As Integer _
)
[WebMethodAttribute]
public void UpdatePendingState(
string workspaceName,
string workspaceOwner,
PendingState[] updates,
int maxClientPathLength
)
Paramètres
- workspaceName
Type : System.String
- workspaceOwner
Type : System.String
- updates
Type : array<Microsoft.TeamFoundation.VersionControl.Server.PendingState[]
- maxClientPathLength
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Server, espace de noms