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