TeamFoundationVersionControlService.ReconcileLocalWorkspace 方法 (TeamFoundationRequestContext, String, String, Guid, array<LocalPendingChange[], array<ServerItemLocalVersionUpdate[], Boolean, PathLength)
命名空間: 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, _
maxClientPathLength As PathLength _
) As TeamFoundationDataReader
public TeamFoundationDataReader ReconcileLocalWorkspace(
TeamFoundationRequestContext requestContext,
string workspaceName,
string ownerName,
Guid pendingChangeSignature,
LocalPendingChange[] pendingChanges,
ServerItemLocalVersionUpdate[] localVersionUpdates,
bool clearLocalVersionTable,
PathLength maxClientPathLength
)
參數
- 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
- maxClientPathLength
型別:Microsoft.TeamFoundation.VersionControl.Common.PathLength
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。