TeamFoundationVersionControlService.ReconcileLocalWorkspace Method (TeamFoundationRequestContext, String, String, Guid, array<LocalPendingChange[], array<ServerItemLocalVersionUpdate , Boolean, PathLength)
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
'Declaration
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
)
public:
TeamFoundationDataReader^ ReconcileLocalWorkspace(
TeamFoundationRequestContext^ requestContext,
String^ workspaceName,
String^ ownerName,
Guid pendingChangeSignature,
array<LocalPendingChange^>^ pendingChanges,
array<ServerItemLocalVersionUpdate^>^ localVersionUpdates,
bool clearLocalVersionTable,
PathLength maxClientPathLength
)
member ReconcileLocalWorkspace :
requestContext:TeamFoundationRequestContext *
workspaceName:string *
ownerName:string *
pendingChangeSignature:Guid *
pendingChanges:LocalPendingChange[] *
localVersionUpdates:ServerItemLocalVersionUpdate[] *
clearLocalVersionTable:bool *
maxClientPathLength:PathLength -> TeamFoundationDataReader
public function ReconcileLocalWorkspace(
requestContext : TeamFoundationRequestContext,
workspaceName : String,
ownerName : String,
pendingChangeSignature : Guid,
pendingChanges : LocalPendingChange[],
localVersionUpdates : ServerItemLocalVersionUpdate[],
clearLocalVersionTable : boolean,
maxClientPathLength : PathLength
) : TeamFoundationDataReader
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- workspaceName
Type: System.String
- ownerName
Type: System.String
- pendingChangeSignature
Type: System.Guid
- pendingChanges
Type: array<Microsoft.TeamFoundation.VersionControl.Server.LocalPendingChange[]
- localVersionUpdates
Type: array<Microsoft.TeamFoundation.VersionControl.Server.ServerItemLocalVersionUpdate[]
- clearLocalVersionTable
Type: System.Boolean
- maxClientPathLength
Type: Microsoft.TeamFoundation.VersionControl.Common.PathLength
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
TeamFoundationVersionControlService Class