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
)
參數
- requestContext
型別:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
這個命令會要求內容
- workspaceName
型別:System.String
協調工作區名稱
- ownerName
型別:System.String
協調工作區的擁有人
- pendingChangeSignature
型別:System.Guid
設定的呈現的暫止變更的暫止變更簽章 (下一個參數)。
- pendingChanges
型別:array<Microsoft.TeamFoundation.VersionControl.Server.LocalPendingChange[]
設定為的用戶端目前暫止的變更
- localVersionUpdates
型別:array<Microsoft.TeamFoundation.VersionControl.Server.ServerItemLocalVersionUpdate[]
在用戶端變更的本機版本。
- clearLocalVersionTable
型別:System.Boolean
true 清除本機版本對應做為呼叫的一部分。如果為 true,本機版本資料表的內容在呼叫之後便會 localVersionUpdates 參數的內容。
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
使結果。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。