Partager via


TeamFoundationVersionControlService.UpdatePendingState, méthode (TeamFoundationRequestContext, String, String, array<PendingState[], PathLength)

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
Public Sub UpdatePendingState ( _
    requestContext As TeamFoundationRequestContext, _
    workspaceName As String, _
    workspaceOwner As String, _
    updates As PendingState(), _
    maxClientPathLength As PathLength _
)
public void UpdatePendingState(
    TeamFoundationRequestContext requestContext,
    string workspaceName,
    string workspaceOwner,
    PendingState[] updates,
    PathLength maxClientPathLength
)

Paramètres

  • workspaceName
    Type : System.String
    Nom de l'espace de travail mis à jour.
  • workspaceOwner
    Type : System.String
    Le propriétaire de l'espace de travail.

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationVersionControlService Classe

UpdatePendingState, surcharge

Microsoft.TeamFoundation.VersionControl.Server, espace de noms