共用方式為


TeamFoundationVersionControlService.ReconcileLocalWorkspace 方法 (TeamFoundationRequestContext, String, String, Guid, array<LocalPendingChange[], array<ServerItemLocalVersionUpdate[], Boolean)

使與"本機工作區的本機暫止的變更伺服器。

命名空間:  Microsoft.TeamFoundation.VersionControl.Server
組件:  Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

語法

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

參數

  • pendingChangeSignature
    型別:System.Guid
    設定的呈現的暫止變更的暫止變更簽章 (下一個參數)。
  • clearLocalVersionTable
    型別:System.Boolean
    true 清除本機版本對應做為呼叫的一部分。如果為 true,本機版本資料表的內容在呼叫之後便會 localVersionUpdates 參數的內容。

傳回值

型別:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
使結果。

.NET Framework 安全性

請參閱

參考

TeamFoundationVersionControlService 類別

ReconcileLocalWorkspace 多載

Microsoft.TeamFoundation.VersionControl.Server 命名空間