Partager via


TeamFoundationVersionControlService.ReconcileLocalWorkspace, méthode (TeamFoundationRequestContext, String, String, Guid, array<LocalPendingChange[], array<ServerItemLocalVersionUpdate[], Boolean, PathLength)

Rapproche les modifications en attente locales d'un espace de travail local avec ceux du serveur.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Server
Assembly :  Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntaxe

'Déclaration
Public Function ReconcileLocalWorkspace ( _
    requestContext As TeamFoundationRequestContext, _
    workspaceName As String, _
    ownerName As String, _
    pendingChangeSignature As Guid, _
    pendingChanges As LocalPendingChange(), _
    localVersionUpdates As ServerItemLocalVersionUpdate(), _
    clearLocalVersionTable As Boolean, _
    maxClientPathLength As PathLength _
) As TeamFoundationDataReader
public TeamFoundationDataReader ReconcileLocalWorkspace(
    TeamFoundationRequestContext requestContext,
    string workspaceName,
    string ownerName,
    Guid pendingChangeSignature,
    LocalPendingChange[] pendingChanges,
    ServerItemLocalVersionUpdate[] localVersionUpdates,
    bool clearLocalVersionTable,
    PathLength maxClientPathLength
)

Paramètres

  • workspaceName
    Type : System.String
    Nom de l'espace de travail à rapprocher
  • ownerName
    Type : System.String
    Propriétaire de l'espace de travail à rapprocher.
  • pendingChangeSignature
    Type : System.Guid
    La signature de modification en attente des modifications en attente présentées définies (le paramètre suivant.)
  • clearLocalVersionTable
    Type : System.Boolean
    True pour désactiver la table locale de version en tant que partie de cet appel.Si la valeur true, le contenu de la table locale de version après cet appel est simplement le contenu du paramètre de localVersionUpdates.

Valeur de retour

Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
Un résultat Reconcile.

Sécurité .NET Framework

Voir aussi

Référence

TeamFoundationVersionControlService Classe

ReconcileLocalWorkspace, surcharge

Microsoft.TeamFoundation.VersionControl.Server, espace de noms